Directories

Directories, also known as folders, are the places where files are in a computer.

When you open a terminal, you are "inside" a particular directory.

You can see the directory you are in by running the pwd1 command.

$ pwd
/Users/emccue
1

"Print Working Directory"