You are not logged in.
Pages: 1
Hi everyone,
I would like to set up a folder, so that a second user 'foo' can access this single folder as well.
As I have read about ACL before, I googled around, and basically found the following procedure, which fails:
$ mkdir test
$ getfacl test
# file: test
# owner: nv
# group: users
user::rwx
group::r-x
other::r-x
$ setfacl -m foo:rw test
setfacl: test: Operation not supportedDo I have to enable ACL somehow (maybe in the filesystem) ?
Offline
You need to enable the ACL system as a mount option. Edit /etc/fstab and add the "acl" option to any filesystem you want to use ACLs on.
Offline
Soooo easy..
Thanks for the solution, it works perfect now.
Offline
Hi there,
ACLs look very interesting. Do you have some interesting links to read up about it? THX!
Zl.
Offline
Pages: 1