Q19
Which command displays current directory name or change from one to another?
A.
Chdir
B.
Cd
C.
Mkdir
D.
Both a and b
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
CD and CHDIR commands are equivalent and both used to change current working directory to another one. MKDIR creates a new directory and can't be used to change.