the map is the territory

where are you? (pwd)

We know now how we see each other, next let’s figure out where we are.

In your terminal, type:
$: pwd

You should see something like:
Users/YourUserName

(Mine gives me Users/Zach)

In the terminal, the location of a file or a person is also just a bit of text, with each folder and subfolder (also called directories and sub-directories) separated by a /. Right now we are in what’s known as your home directory.

This doesn’t give us too much information, yet, outside of a cute notion that we are home.

pwd

description
Print the Working Directory
gives
your current location