Skip to content

Commit f0afcf3

Browse files
committed
Update wk1_lesson05_data_organization.md
1 parent 5c5ceb3 commit f0afcf3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lessons/wk1_lesson05_data_organization.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,17 @@ If you were to run the `tree` command from inside the `rnaseq` directory it shou
230230

231231
1. Take a moment to create a README for the `rnaseq_course/` directory (hint: use `vim` to create the file). Give a short description of the project and brief descriptions of the types of files you will be storing within each of the sub-directories.
232232
2. Use the same strategy to create a `WORKLOG.rst file` and add your first entry about what you just accomplished.
233-
3. I'll look into your `/rnaseq_directory` directory to see that you created the assigned directory structure and these two text files, and that your `spiders.txt` assignment from Lesson 04 is in the `assignments` directory.
233+
3. Run the commands to let Ryan and Sally look into your new `rnaseq_course` directory:
234+
235+
```
236+
setfacl --modify u:changes:--x /data/$USER
237+
setfacl --modify d:u:changes:rwx /data/$USER/rnaseq_course
238+
239+
setfacl --modify u:dalerr:--x /data/$USER
240+
setfacl --modify d:u:dalerr:rwx /data/$USER/rnaseq_course
241+
242+
```
243+
4. I'll look into your `/rnaseq_directory` directory to see that you created the assigned directory structure and these two text files, and that your `spiders.txt` assignment from Lesson 04 is in the `assignments` directory.
234244

235245
------------------------------------------------------------------------
236246

0 commit comments

Comments
 (0)