Versions Compared

Key

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

...

Tip

To apply operations to all files and directories recursively, append the -R argument.

$ITMWORK

To make $ITMWORK visible (read access) to everyone:

Code Block
setfacl -R -m o::rx $ITMWORK

Available for the selected group (for example g2itmuse):

Code Block
setfacl -R -m g:g2itmuse:rx $ITMWORK

ACL at /afs

Show ACL

To show permissions, use fs la command:

...

Tip

How to copy ACL:

Code Block
fs copyacl -fromdir <dir1> -todir <dir2>


$HOME/public

To give read access to ~ / public for everyone:

Code Block
fs setacl -dir ~/public -acl system:anyuser rl