To create a directory in UNIX, we use
-
mkdir
-
md
-
make
-
none of these
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.