TLDR
Enter a command. For example: sar, urxvt, chrt, bluetoothd, mkfs.exfat.

setfacl

 
Set file access control lists (ACL). More information: https://manned.org/setfacl.
 
  • Modify ACL of a file for user with read and write access:
     
    setfacl -m u:{{username}}:rw {{file}}
     
  • Modify default ACL of a file for all users:
     
    setfacl -d -m u::rw {{file}}
     
  • Remove ACL of a file for a user:
     
    setfacl -x u:{{username}} {{file}}
     
  • Remove all ACL entries of a file:
     
    setfacl -b {{file}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.