| Summary: | [handbook] Handbook does not mention ACL | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Glen Barber <gjb> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Glen Barber
2011-09-04 04:40:06 UTC
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> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Note to acls chapter added. Close PR, assign to me. Responsible Changed From-To: freebsd-doc->trhodes Note to acls chapter added. Close PR, assign to me. |