cc_staff
318
edits
(Marked this version for translation) |
No edit summary |
||
Line 203: | Line 203: | ||
<!--T:27--> | <!--T:27--> | ||
<source lang="console"> | <source lang="console"> | ||
$ setfacl -d -m u:smithj: | # The X attribute (compared to x) sets execute access only when the item is already executable | ||
$ setfacl -d -m u:smithj:rwX /home/<user>/projects/def-<PI>/shared_data | |||
$ setfacl -R -m u:smithj:rwX /home/<user>/projects/def-<PI>/shared_data | $ setfacl -R -m u:smithj:rwX /home/<user>/projects/def-<PI>/shared_data | ||
</source> | </source> |