rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 212: | Line 212: | ||
<!--T:28--> | <!--T:28--> | ||
The first command sets default access rules to directory <code>/home/<user>/projects/def-<PI>/shared_data</code>, so any file or directory created within it will inherit the same ACL rule. It is required for | The first command sets default access rules to directory <code>/home/<user>/projects/def-<PI>/shared_data</code>, so any file or directory created within it will inherit the same ACL rule. It is required for <b>new</b> data. The second command sets ACL rules to directory <code>/home/<user>/projects/def-<PI>/shared_data</code> and all its content currently in it. So it is applicable only to <b>existing</b> data. | ||
<!--T:29--> | <!--T:29--> | ||
Line 229: | Line 229: | ||
<!--T:31--> | <!--T:31--> | ||
For more complicated data sharing scenarios (those involving multiple people on multiple clusters), it is also possible to create a | For more complicated data sharing scenarios (those involving multiple people on multiple clusters), it is also possible to create a <b>data sharing group</b>. A data sharing group is a special group to which all people with whom certain data is to be shared are added. This group is then given access permissions through ACLs. | ||
<!--T:32--> | <!--T:32--> |