svn commit: r41657 - head/en_US.ISO8859-1/books/handbook/basics
Tom Rhodes
trhodes at FreeBSD.org
Fri May 17 21:24:11 UTC 2013
Author: trhodes
Date: Fri May 17 21:24:10 2013
New Revision: 41657
URL: http://svnweb.freebsd.org/changeset/doc/41657
Log:
Add a note about fs acls
PR: 160445
Modified:
head/en_US.ISO8859-1/books/handbook/basics/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri May 17 21:01:18 2013 (r41656)
+++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri May 17 21:24:10 2013 (r41657)
@@ -309,6 +309,13 @@ console none
belongs to, and one for everyone else. This numerical
representation works like this:</para>
+ <note>
+ <para>This section will discuss the traditional &unix;
+ permissions. For finer grained file system access
+ control, see the <link linkend="fs-acl">File System
+ Access Control Lists</link> section.</para>
+ </note>
+
<indexterm><primary>permissions</primary></indexterm>
<indexterm>
<primary>file permissions</primary>
More information about the svn-doc-head
mailing list