Skip to content

Commit ac9b698

Browse files
authored
course-data: List explicit chmod commands
1 parent 4a18be4 commit ac9b698

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aalto/jupyterhub-instructors/course-data.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ it minimally usable for others.
2626

2727
**In both cases, you need to** ``chmod -R a+rX`` **the data directory
2828
whenever new files or directories are added so that the data becomes
29-
readable to students.**
29+
readable to students.** This can be done either by running
30+
`chmod -R a+rX` in the Jupyter terminal for each newly added
31+
file/directory, or by running `chmod -R a+rX /coursedata/*` to
32+
change permissions for all files at once.
3033

3134
Note: after you are added to relevant group to access the data, it
3235
make take up to 12 hours for your account information to be updated

0 commit comments

Comments
 (0)