Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed acl backup command

...

ACLs permissions can be backed up to a text file,

Code Block
languagebash
cd /home/~
sudo getfacl -R ./home/www.dailyplanet.com/ > ./www.dailyplanet.com.acl.bck.txt

...