MAKE
DIR
MD
DD E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is C. MD.
The command MD (or mkdir) is used to create a new directory. For example, to create a new directory called my_directory, you would type the following
mkdir my_directory
The command MAKE
DIR is used to list the contents of a directory. The command DD is used to create a new disk image.
I hope this helps!