Manage POSIX access control lists on files and directories
Commands for manipulating POSIX access control lists
getfacl
setfacl
chacl
$ getfacl /path/to/file
$ setfacl -m u:username:rx /path/to/file
$ setfacl -x u:username /path/to/file