The 'mkdir' command
The command 'mkdir' is equivalent to the dos command 'md'. It is used to make a directory.
Usage:
'mkdir dirname'
To remove a directory, there is another command called rmdir.It's dos equivalent is 'rd'.
Usage:
'rmdir dirname'