LINUX
MKDIR COMMAND
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.
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
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
Your feedback is very important for us :)

Post a Comment
0 Comments