What command creates a sub directory under a directory?
Mkdir command creates a subdirectory under a directory (MD
creates a directory) . The command Chdir changes the current
Default directory(CD changes the current directory). The Rmdir
removes the subdirectory(RD removes a directory).