This chapter covered a lot of programs that manipulate files and directories.
You should know how to create, delete, and move just about anything on the
filesystem. You should also know how to list and touch files if needed.
Finally, you should know why rm -rf / is a very bad idea.