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