mkdir Command
Purpose:
Creates a directory.
Syntax:
mkdir(directoryname)
Comments:
Based on Linux mkdir. Supplying quotes around directory name is not necessary unless name contains spaces in console or terminal mode.
Example:
mkdir "test"