MAKE
DIR
MD
DD E. None of the above
Answer is Right!
Answer is Wrong!
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 command:
mkdir my_directory
The command MAKE
is used to build a program from source code. The command 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!