Sharing data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 203: Line 203:
<!--T:27-->
<!--T:27-->
<source lang="console">
<source lang="console">
# The X attribute (compared to x) sets execute access only when the item
# is already executable (which is necessary permission for a directory to be able to browse it)
$ 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-->
cc_staff
318

edits

Navigation menu