The
chmod
command can be used to modify the Access Control Lists (ACLs) associated with files and directories.
The
chmod
command can also be used to modify the file mode of files and directories:
chmod -- change file modes.
If a file/directory has an ACL, the sign "+" will be printed when using the command "ls -l".
Each file/directory has one ACL, containing an ordered list of entries.
Each entry refers to a user or group, and grants ("allow") or denies ("deny") a set of permissions.
In cases where a user and a group exist with the same name, the user or the group name can be prefixed with "user:" or "group:".
If the user or group name contains spaces you can use ':' as the delimiter between name and permission.