Directory Operations
Create Directory
mkdir (make directory)
To create a subdirectory in the the home directory type mkdir followed by the subdirectory name. For example
% mkdir myfirstsubdirectory