Navigation
One of the first skills in any command-line environment is learning how to move around the file system. This section covers the essential PowerShell cmdlets for finding where you are, changing your location, and listing the contents of directories.
These commands are the direct equivalents of ls
, cd
, and pwd
in Linux and will be used constantly in your daily workflow. Fortunately, PowerShell uses the same aliases, making the transition seamless for these core commands.
Last updated on