Multiple choice technology operating systems

Command to create a new directory.?

  1. mode

  2. lh

  3. md

  4. more

Reveal answer Fill a bubble to check yourself
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.