FILES & FOLDERS PART-II
CREATING FOLDERS :
Cmd4a : Creating a single folder.
#mkdir foldername
Example :
#mkdir test
Cmd4b : Creating multiple folders at a time
#mkdir 1{1,2,3}
This command will create folders with name 11,12,13. You can see weather this folders are created or not by using ls or dir command.
Cmd4c : Creating multiple directories and sub directories at a time. This is very much advanced and very much useful command. Some … Continue Reading








