Create a working directory

Create a working directory and then change to the directory:

mkdir /Users/<username>/<directory>
cd /Users/<username>/<directory>

where <username> is your username and <directory> is the name of your working directory.

For example, user Bruno could create a working directory called work:

mkdir /Users/bruno/work
cd /Users/bruno/work