rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
Having to share some but not all of your data with a colleague or another research group is a common occurrence. Compute Canada systems provide a variety of mechanisms to facilitate this data sharing with colleagues. | Having to share some but not all of your data with a colleague or another research group is a common occurrence. Compute Canada systems provide a variety of mechanisms to facilitate this data sharing with colleagues. | ||
If the person you want to share your data with has an account on the server in question then the simplest approach is to use the permissions available in the filesystem to share the data. An alternative for sharing data and one which will permit sharing with individuals who don't have an account on the server, is to use [[Globus]] and in particular the idea of a [[Globus#Globus_Sharing | shared endpoint]]. | If the person you want to share your data with has an account on the server in question then the simplest approach is to use the permissions available in the filesystem to share the data. An alternative for sharing data and one which will permit sharing with individuals who don't have an account on the server, is to use [[Globus]] and in particular the idea of a [[Globus#Globus_Sharing | shared endpoint]]. | ||
Line 35: | Line 39: | ||
If I want to allow a single person with username <tt>smithj</tt> to have read and execute permission on the file <tt>my_script.py</tt> I can achieve this with the command | If I want to allow a single person with username <tt>smithj</tt> to have read and execute permission on the file <tt>my_script.py</tt> I can achieve this with the command | ||
{{Command|setfacl -m u:smithj:rx my_script.py}} | {{Command|setfacl -m u:smithj:rx my_script.py}} | ||
</translate> |