For reference, see the shell slide deck and this reference document in the course GitHub repo.

Questions to Answer

Q1. Imagine that you have opened a window that gives access to the command line. What command would you use to determine your current location (current path)?

$ pwd

Q2. What command would you use to move to another directory or folder?

$ cd

Q3. What command would you use to list the contents of the directory or folder?