CMD Master
Back to Blog
Arnošt Havelka

Navigate with CD

Hop between folders like a pro.

Navigate with CD

Change Directory (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!

Usage:cd
[path]
..
Moves to the parent directory (one level up).
\
Jumps to the root directory.
[folder]
Enters the specified folder.

Real-World Examples

Navigate to your Desktop:

Command Prompt
C:\Users\User>cd C:\Users\YourName\Desktop

Go up two levels quickly:

Command Prompt
C:\Users\User>cd ..\..

Jump to the root of your current drive:

Command Prompt
C:\Users\User>cd \

Knowledge Check

1 / 2

How do you enter the 'Music' folder?