User Tools

Site Tools


linux_file_acl

Linux File ACL

Copying the ACL of one file to another:

  getfacl file1 | setfacl --set-file=- file2

Copying the access ACL into the Default ACL:

  getfacl --access dir | setfacl -d -M- dir
linux_file_acl.txt · Last modified: by zertrin