"mkdir"
Written by Pantas Manik on 2:28 PMThis command used to create a directory.
% mkdir [ directory name ]
example:
% mkdir testhead
To ensure that we have made it succesfully, just type below command to see the directory
% ls
testhead urasima pantas
For details about this command please type like below command:
%man mkdir
0 comments: Responses to “ "mkdir" ”