ACLs in Linux
Access Control Lists are created for two purposes:
- set the default permissions. ACL are the only solution to make sure that on a directory, users will get default permissions
- specify multiple owners. In the UNIX permission scheme, a file can have one user owner, one group owner and others. The traditional UNIX permissionss scheme doesn't allow multiple owners or groups for a file - if you wan to do that - use ACLs