CMD Master
Back to Blog
Arnošt Havelka

Navigate with CD

Hop between folders like a pro.

Start Interactive Lesson
Navigate with CD

Imagine your computer as a giant filing cabinet. The cd command is your key to open any drawer you want. Try the examples below to see how navigation works!

Try the command

Try moving in and out of folders!

Build the command
cd
[folder]Enters the specified folder.
Terminal
C:\Users\Student>cd Documents

Real-World Examples

Navigate to your Documents folder:

Terminal
C:\Users\Student>cd C:\Users\User\Documents

Go up two levels quickly:

Terminal
C:\Users\Student>cd ..\..

Jump to the root of your current drive:

Terminal
C:\Users\Student>cd \

Knowledge Check

1 / 2

How do you enter the 'Music' folder?

References

These documentation links provide authoritative details for the commands used in this article.

Up Next

How to Clear the CMD Screen with cls

Clear a cluttered Windows Command Prompt with cls. It hides visible output without deleting files or command history; compare it with PowerShell and Bash.