Creating Directories
In order to create a directory you can use the mkdir
1 command.
$ mkdir project
$ ls
project
1
Make Directory.
In order to create a directory you can use the mkdir
1 command.
$ mkdir project
$ ls
project
Make Directory.