X-Git-Url: http://git.tuebingen.mpg.de/?p=aple.git;a=blobdiff_plain;f=Unix_Concepts.m4;h=3841c01348f9f75c1844197299a3a920d69ed015;hp=938befcd3590d3a3cb421f79b4dc566addb44f53;hb=6e180aa165b254a93547aa0fd897e129f9f020b7;hpb=79996651ef472fdf9e09298afa56b4498b05400c diff --git a/Unix_Concepts.m4 b/Unix_Concepts.m4 index 938befc..3841c01 100644 --- a/Unix_Concepts.m4 +++ b/Unix_Concepts.m4 @@ -202,10 +202,6 @@ EXERCISES()
  • Run uname -a on various Unix machines to see the OS type and the kernel version.
  • -
  • Nice read on the - Origins and - History of Unix, 1969-1995.
  • -
  • Explore the Unix time line.
  • @@ -214,14 +210,6 @@ EXERCISES() href="http://www.gnu.org/cgi-bin/license-quiz.cgi">Free Software licensing quiz. -
  • Read the - notes on the 30th anniversary of the GNU Manifesto.
  • - -
  • Read the - Koan of Master Foo and the End User.
  • -
  • On a Debian or Ubuntu system, run aptitude search python to list all python-related Ubuntu packages. Run aptitude show python-biopython to see the description @@ -796,11 +784,11 @@ as described below.

    - - - + + + - + - + - +
    Directories Non-directories    Directories Non-directories
     r  r The permission to list the directory contents. More precisely, this bit grants the permission to call opendir(3) @@ -813,7 +801,7 @@ as described below.

    fail for other reasons, though.
     w  w The permission to add or remove directory entries. That is, to create new files or to remove existing files. Note that write @@ -827,7 +815,7 @@ as described below.

    permissions.
     x  x The permission to search the directory. Searching a directory means to access its entries, either by retrieving @@ -858,9 +846,9 @@ three digits.

    - - - + + + @@ -2514,6 +2502,18 @@ SUBSECTION(«symlink_madness») SECTION(«Further Reading»)
    octal value symbolic representation meaning Octal Value Symbolic Representation Meaning
    0 ---