Information Systems by bdunn02

Question 6

Say you're currently in the following directory

C:\Mammals\Camels
If you enter the command "cd D:\Amphibians\Frogs", the current directory would become
D:\Amphibians\Frogs
If, instead, you entered "cd Alpacas" the following would become the current directory:
C:\Mammals\Camels\Alpacas
What would become the current directory if, instead of entering either of the above, you entered the command "cd .."?

C:\Mammals

Back