- What is a directory?
- What is a sub-directory?
- What is a file system path?
- What does the path /a/b/c represent?
- What does the path ./d/e/f (or simply d/e/f) represent?
- What does the path ../g/h/i represent?
- Where is the current/working directory stored?
- What should the working/current directory of the child process be when it is created ?
- When can you remove a directory?