diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml index 7fc6a6faa3..d52d146291 100644 --- a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml @@ -37,7 +37,7 @@ How Unix file permissions work. - Understand what file system ACLs are and how to use them. + Understand what file system ACLs are and how to use them. What processes, daemons, and signals are. @@ -284,6 +284,20 @@ users of the system, and re-enabling ACLs may re-attach the previous ACLs to files that have since had their permissions changed, resulting in other unpredictable behavior. + + File systems with ACLs enabled will show a + + (plus) sign in their permission settings when viewed. For example: + + drwx------ 2 robert robert 512 Dec 27 11:54 private +drwxrwx---+ 2 robert robert 512 Dec 23 10:57 directory1 +drwxrwx---+ 2 robert robert 512 Dec 22 10:20 directory2 +drwxrwx---+ 2 robert robert 512 Dec 27 11:57 directory3 +drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html + + Here we see that the directory1, + directory2, and directory3 + directories are all taking advantage of ACLs. The + public_html directory is not. @@ -296,7 +310,7 @@ /. This directory is the first one mounted at boot time and it contains the base system necessary to prepare the operating system for multi-user operation. The root - directory also contains mount points for every other filesystem + directory also contains mount points for every other file system that you may want to mount. A mount point is a directory where additional filesystems can