Creating Directories

In order to create a directory you can use the mkdir1 command.

$ mkdir project
$ ls
project
1

Make Directory.