Penguin
Diff: AccessControlLists
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of AccessControlLists.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, September 6, 2003 2:14:08 pm by CraigBox Revert
Older page: version 4 Last edited on Wednesday, August 6, 2003 11:34:07 am by JeeKay Revert
@@ -39,9 +39,9 @@
 So, make sure (acl) is in the options list. 
  
 !!!ACL Basics 
  
-An ACL for use with the command line looks like [gu]:<group|user>:perms. 
+An ACL for use with the command line looks like [ [gu]:<group|user>:perms. 
 So, to give group `techies' rwx access to /techies, you would type: 
  setfacl -m g:techies:rwx /techies 
  
 The -m just means you are modifying the ACL directly from the command line, as opposed to from stdin later. man setfacl reveals all!