Differences between version 3 and previous revision of AccessControlLists.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Wednesday, August 6, 2003 11:31:29 am | by JeeKay | Revert |
Older page: | version 2 | Last edited on Wednesday, August 6, 2003 11:24:06 am | by JeeKay | Revert |
@@ -23,4 +23,17 @@
File systems->Ext3 journalling file system support->Ext3 extended attributes
File systems->Ext3 journalling file system support->Ext3 extended attributes->Ext3 POSIX Access Control Lists
If you use ext2, do the same for `Second extended fs support' a bit lower down.
+I don't know how this works for other fs' (JFS, XFS) so someone else can wiki that :)
+
+!!ACL utilities
+
+The basic ACL utilities you will want are `getfacl' and `setfacl'. If you havn't already got them, you can get them from http://acl.bestbits.at/ . On Gentoo they are in the package `sys-apps/acl'. I think it is in package `acl' on Debian. Debian also has an `acl-dev' which contains the libraries and headers and such.
+
+!!How to use this stuff
+
+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.