Skip to content

Commit a3731b6

Browse files
authored
Merge pull request #249 from NYU-RTS/minor-fix
nfsv4 aces/acls file rename and minor edit
2 parents 154e80c + f1c5459 commit a3731b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/cloud/04_dataproc/02_data_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HDFS stands for Hadoop Distributed File System. HDFS is a highly fault-tolerant
44

55
### File Permissions and Access Control Lists
66

7-
You can share files with others using [access control lists (ACLs)](../../hpc/03_storage/08_sharing_data_on_hpc.md). An ACL gives you per-file, per-directory and per-user control over who has permission to access files. You can see the ACL for a file or directory with the getfacl command:
7+
You can share files with others using [access control lists (ACLs)](../../hpc/03_storage/08_sharing_data_on_hpc.mdx). An ACL gives you per-file, per-directory and per-user control over who has permission to access files. You can see the ACL for a file or directory with the getfacl command:
88
```sh
99
hdfs dfs -getfacl /user/<net_id>_nyu_edu/testdir
1010
```

docs/hpc/03_storage/08_sharing_data_on_hpc.md renamed to docs/hpc/03_storage/08_sharing_data_on_hpc.mdx

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

33
## Introduction
4-
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. We discourage users from setting `777` permissions with `chmod`, because this can lead to data loss (by a malicious user or unintentionally, by accident).
5-
4+
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.
5+
:::warning
6+
We discourage users from setting `777` permissions with `chmod`, because this can lead to data loss (by a malicious user or unintentionally, by accident).
7+
:::
68
:::info
79
Torch supports NFSv4 ACLs rather than the POSIX ACLs supported by Greene! NFSv4 ACLs allow for more fine grained control when compared to POSIX ACLs.
810
:::

0 commit comments

Comments
 (0)