What does the command CD do?

1 answer

Answer

1163986

2026-03-07 12:20

+ Follow

CD stands for "change directory".

For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.