Create a working directory

Create a working directory and then change to the directory. In this example, we create a working directory called work in the user’s home directory.

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