Which command displays current directory name or change from one to another?
Which command displays current directory name or change from one to another? Correct Answer Both a and b
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.