Vidyalelo
Computer Science · Q51

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 51

Q51

Which command is used to make a new directory?

A.
Md
Answer
B.
Cd
C.
Rd
D.
None of above

Answer: Option A

Solution

Answer: Option A
Solution:
In Disk Operating System (DOS), the command used to make a new directory (folder) is Option A: Md. When you type "md dirname" at the command prompt in DOS, it creates a new directory with the name "dirname" in the current location.

Option B, "Cd," is used to change the current directory, not to create a new one.
Option C, "Rd," is used to remove (delete) a directory, not to create one.

Therefore, the correct answer is Option A: Md.