MKDIR Command is used to Create the directories.


abhisharmaofficial.blogspot.com


If your are in Desktop directory and you want to create the directory aman. So type the following command.

 $ mkdir aman

If you want to create the two or more directory Simultaneous. Type the following command.

/Desktop$ mkdir Desktop/aman Desktop/abhi

In this case the directories aman and abhi will be created from the Desktop directory.

abhisharmaofficial,blogspot.com

For creating the above directories in a one command, type the following command,

$ mkdir software software/adce software/mdce software/dcap


$ mkdir -p software/adce software/mdce software/dcap

Note : Both commands are same. 
abhisharmaofficial.blogspot.com
For creating the above directories in a one command, type the following command,

$ mkdir software software/adce software/mdce software/dcap Hardware hardware/adcne hardware/mdcne Multimedia multimedia/photoshop multimedia/flashfill multimedia/corel-draw

Note : For Showing the directories structure

$ ls -R 

abhisharmaofficial.blogspot.com




Your feedback is very important for us :)