cc_staff
318
edits
No edit summary |
No edit summary |
||
Line 203: | Line 203: | ||
<!--T:27--> | <!--T:27--> | ||
<source lang="console"> | <source lang="console"> | ||
$ setfacl -d -m u:smithj:rwX /home/<user>/projects/def-<PI>/shared_data | $ 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> | ||
; Note: The X attribute above (compared to x) sets the "execute" permission only when the item is already executable (either a directory or a file with the execute permission). A directory need the execute permission to allow it to be browsed. | |||
<!--T:28--> | <!--T:28--> |