ACL stands for access control list. ACLs extend permissions on files beyond the traditional user-group-others triple.
3
votes
2answers
81 views
Using setfacl to allow group members to write to any file in a directory
I'd like to use setfacl so that anyone in group 'app' can edit any file contained within /usr/local/users/app regardless of what the traditional UNIX permissions say. I have two users john and ben. I ...
2
votes
3answers
128 views
User with read access to /home
Pardon my ignorance but I can't seem to come up with a solution to this one.
I'd like to create a user that has read access to every user's home catalog located in /home.
Do I need acl's for this or ...