How do you list all the contents of a directory?
The command ls -a
What does the pwd command do?
Prints the current working directory. This is the name of the directory that you are currently engaging with. This command will print out the location of the directory, e.g. “/home/dev/repos/city-canvas”