We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a18be4 commit ac9b698Copy full SHA for ac9b698
aalto/jupyterhub-instructors/course-data.rst
@@ -26,7 +26,10 @@ it minimally usable for others.
26
27
**In both cases, you need to** ``chmod -R a+rX`` **the data directory
28
whenever new files or directories are added so that the data becomes
29
-readable to students.**
+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.
33
34
Note: after you are added to relevant group to access the data, it
35
make take up to 12 hours for your account information to be updated
0 commit comments