Q18
Which command creates a directory or subdirectory?
A.
Dir
B.
Mkdir
C.
Md
D.
Both b and c
AnswerAnswer: 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.