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