Navigating the Filesystem Practice Exercises
Getting Started
- Log onto the server
- Paste the following command into your terminal window. Make sure you don’t include the backticks!
cd ~/data/practice_directory/
Questions
- What’s your working directory?
- Change into the
data/
directory. From there change into the fastqc/
directory.
- Get back to your working directory from question 1.
- Go to your home directory. What’s it’s absolute path?
- Now find the practice directory you were working in. What’s it’s absolute path? What’s it’s relative path from your home directory?