Multiple choice

To create a directory in UNIX, we use

  1. mkdir

  2. md

  3. make

  4. none of these

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

mkdir (make directory) is the standard UNIX/Linux command for creating new directories. The other options are invalid: md is a Windows/DOS command, make is a build automation tool, and there is a valid correct option.