Skip to content

Commit eec45f1

Browse files
authored
Merge pull request #334 from NYU-RTS/globus_share
added globus file sharing
2 parents d7828e8 + 335f2b7 commit eec45f1

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/hpc/03_storage/08_sharing_data_on_hpc.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sharing Data on HPC
22

3-
## Introduction
3+
## Access Control Lists (ACL)
44
To share files on the cluster with other users, we recommend using NFSv4 Access Control Lists (ACL) for a user to share access to their data with others. NFSv4 ACL mechanism allows for fine-grained control access to any files by any users or groups of users.
55
:::warning
66
We discourage users from setting `777` permissions with `chmod`, because this can lead to data loss (by a malicious user or unintentionally, by accident).
@@ -81,7 +81,7 @@ The above would allow kevin to have have read, write, and execute access for *al
8181
## Linux Groups for Group Permissions
8282
The HPC team allows teams to manage group membership using a IPA Linux Group. This is a good choice for when all users need the same read/write/execute permissions for a directory and subdirectories.
8383

84-
Please email hpc@nyu.edu if your team would like to use a Linux Group. Generally this will follow some kind of naming convention along the lines of:
84+
Please email [hpc@nyu.edu](mailto:hpc@nyu.edu) if your team would like to use a Linux Group. Generally this will follow some kind of naming convention along the lines of:
8585

8686
g-DEPT-LABNAME
8787

@@ -129,3 +129,15 @@ Number of entries returned 2
129129
Member users: mdw303, sw77
130130
Membership managed by users: mdw303
131131
```
132+
133+
## Globus File Sharing
134+
135+
You can also share file using Globus. One advantage of using Globus to share files is that you can share with people who do not have HPC accounts.
136+
137+
See instructions in the [Globus documentation](https://docs.globus.org/guides/tutorials/manage-files/share-files/).
138+
139+
:::note
140+
Please be aware that it is possible when you select to create a collection that you will see an error message stating that you failed to authenticate. Please just select the 'Continue' button and you should be taken through the reauthentication process before proceeding to create the collection.
141+
142+
Let us know if you have any questions or problems at [hpc@nyu.edu](mailto:hpc@nyu.edu).
143+
:::

0 commit comments

Comments
 (0)