Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ACLs permissions can be backed up to a text file,

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

It is important to run with getfacl with sudo so that getfacl can properly transverse the directories and owner comments or group comments will be retained.

...