Penguin
Diff: AccessControlLists
EditPageHistoryDiffInfoLikePages

Differences between version 7 and previous revision of AccessControlLists.

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

Newer page: version 7 Last edited on Friday, November 28, 2003 11:35:43 pm by JohnMcPherson Revert
Older page: version 6 Last edited on Friday, November 28, 2003 11:19:27 pm by CraigBox Revert
@@ -7,9 +7,9 @@
 Those of you from the UNIX world may remember when you have been in a situation like the following: 
  
 Techies need read/write to a directory. Marketing needs read. Joe needs full access. 
  
-This is an impossible scenario with classic owner/group/others permissions. You can't have two groups that need two different permissions. With ACLs you can! 
+This is an impossible scenario with classic owner/group/others permissions. You can't have two groups that need two different permissions. With ACLs you can! While other Unices have had their own versions of ACLs (eg solaris has setfacl and getfacl), some of the Linux filesystems (eg reiserfs and ext2) now support them, and the 2.6 series of kernels makes some attempts to standardise the ACL methods.  
  
 !!Requirements 
  
 The basics for using ACLs on ext2/3 partitions are: