Which command creates a directory or subdirectory?
A
Dir
B
Mkdir
C
Md
D
Both b and c
Correct Answer: Both b and c
MK command and MKDIR both commands are equivalent and can be used to create subdirectories. Dir only lists directory but can't create.