Command Line Flashcards
1
Q
How do you list all the contents of a directory?
A
The command ls -a
2
Q
What does the pwd
command do?
A
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”