Vidyalelo
Computer Science · Q18

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 18

Q18

Which command creates a directory or subdirectory?

A.
Dir
B.
Mkdir
C.
Md
D.
Both b and c
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
MK command and MKDIR both commands are equivalent and can be used to create subdirectories. Dir only lists directory but can't create.