====== Access Control Lists ====== A second layer of permissions beyond the standard ''ugo+rwx''. Denoted with a ''+'' at the end of ''ls -l'' ---- ===== Configuring ===== # get permissions sudo getfacl directory/or_file_name # set permissions sudo setfacl -m g:group_name:rwx ./directory/or_file_name ----