File Wrangling Practice Exercises
Getting Started
- Log onto the server
- Navigate to the practice directory. You should know where it is from the Navigating the Filesystem Practice Exercises!
Questions
- Make a file called
practice_file.txt
. Now put a copy of practice_file.txt
in scripts.
practice_file.txt
doesn’t belong in scripts. Move it to the analysis folder
- It doesn’t really belong in the analysis folder either. Make a new directory named
practice
to put practice_file.txt
in and move it there.
- Change the permissions on the folder so only you have access to it.
- These files were just for practice, so we don’t need to keep them. Remove
practice_file.txt
and practice
.