mkdir - create a directory
$ mkdir path
Create a new empty directory at the given path.
$ mkdir /tmp/foo
mkdir