Multiple choice technology operating systems Which command to create a directory mkdir MKdir mdir 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.