•Arnošt Havelka
Navigate Directories in PowerShell
Master the cd command to navigate your file system.
Start Interactive LessonThe cd command is your gateway to exploring the file system. Learn how to move between directories efficiently.
Change Directory Basics
Try the command
Navigate to a directory!
Build the command
cd [directory]
Terminal
C:\Users\User>cd Documents
Moving Through Directories
Command Prompt
C:\Users\user
C:\Users\User>pwd
Knowledge Check
1 / 1How do you move up one directory level?
References
These documentation links provide authoritative details for the commands used in this article.
Up Next
Create Files in PowerShell
Learn to create new files with New-Item.