Penguin
Diff: AccessControlLists
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of AccessControlLists.

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

Newer page: version 20 Last edited on Monday, February 20, 2006 3:48:26 am by PaulScheremet
Older page: version 17 Last edited on Wednesday, March 9, 2005 8:04:48 am by JohnMcPherson Revert
@@ -10,8 +10,16 @@
  
 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 
+  
+Debian Sarge comes with acl-enabled kernel and ACL utilities, but the utilities have to be installed.  
+To install them (as root) enter:  
+<verbatim>  
+# apt-get install acl  
+</verbatim>  
+  
+If you are using an older or a customized distribution, please make sure to check the basic requirements:  
  
 The basics for using ACLs on ext2/3 partitions are: 
 * Having a patched kernel to allow it (get the 2.4 patch from http://acl.bestbits.at/ or run [LinuxKernel2.6]) 
 * Having the ACL utilities