Command to create a new directory.?
C
Correct answer
Explanation
In Windows/DOS, the md command (make directory) creates a new directory. It is shorthand for mkdir. In Unix/Linux, mkdir is the standard command. The 'md' abbreviation works in Windows command prompt and some other environments. The other options: mode changes display settings, lh is not a standard command, more displays file contents.