Differences between version 13 and revision by previous author of AccessControlLists.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Thursday, September 30, 2004 9:55:16 am | by DanielLawson | Revert |
Older page: | version 11 | Last edited on Thursday, September 30, 2004 8:52:59 am | by JohnMcPherson | Revert |
@@ -41,9 +41,13 @@
Right! Onto the juicy stuff. First off, you need to make sure your ext2/3 partitions are mounted with the `acl' option. If they aren't, you will get this:
cyan /# setfacl -m u:rgh:rwx tmp
setfacl: tmp: Operation not supported
-So, make sure (acl) is in the options list.
+So, make sure (acl) is in the options list in /etc/fstab for the patitions you want to use acls on
.
+EG:
+<verbatim>
+ /dev/sda7 /tmp ext3 defaults,acl 0 2
+</verbatim>
!!!ACL Basics
An ACL for use with the command line looks like [[gu]:<group|user>:perms.