Multiple choice technology operating systems

Which command to create a directory

  1. mkdir

  2. MKdir

  3. mdir

  4. other

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

mkdir is the standard Unix command to create directories. Unix commands are case-sensitive, so 'MKdir' would not work. 'mdir' is not a valid Unix command for creating directories.