Linux


mkdir (Make Directory linux command tutorials )
-
mkdir stands for make directory. (It is similar to age old DOS command MD or MKDIR )
-
It will create new directory in the current path, if the directory does not exist.
-
The snapshot above shows us that a new directory cbtsam is created by mkdir command.