Sharing data: Difference between revisions

Jump to navigation Jump to search
no edit summary
(clarify paragraph on ancestor directories)
No edit summary
Line 147: Line 147:
In order for this method to work the following things need to be in place:
In order for this method to work the following things need to be in place:
* The directory, <code>/home/smithj/projects/def-smithj/shared_data</code> in our example, must be owned by you.  
* The directory, <code>/home/smithj/projects/def-smithj/shared_data</code> in our example, must be owned by you.  
* Parent directories (and parents of parents, etc.) of the one you are trying to share must allow execute permission to the user you are trying to share with.  This can be supplied with <code>setfacl u:smithj:x ...</code> in this example, or it can be supplied by allowing everyone entry, i.e. <code>chmod o+x ...</code>.  They do not need to have public read permission.  In particular you will need to grant execute permission on the project directory (<code>/projects/def-someone</code>) either for everyone, or one-by-one to all the people you are trying to share your data with.
* Parent directories (and parents of parents, etc.) of the one you are trying to share must allow execute permission to the user you are trying to share with.  This can be supplied with <code>setfacl u:smithj:x ...</code> in this example, or it can be supplied by allowing everyone entry, i.e. <code>chmod o+x ...</code>.  They do not need to have public read permission.  In particular you will need to grant execute permission on the project directory (<code>/projects/def-<PI></code>) either for everyone, or one-by-one to all the people you are trying to share your data with.


=== Data Sharing Groups === <!--T:30-->
=== Data Sharing Groups === <!--T:30-->
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits

Navigation menu