Jun 2, 2025
Current Working Directory
pwd (Print Working Directory) to display the current directory path./home/Cindy/desktop.Change Directory Command (cd)
cd /home/Cindy/documents.cd ../documents goes up one level, then into "documents".~ (tilde) to reference the home directory.
cd ~/desktop to go to the desktop from any location.cd command and directory navigation concepts are similar in both Windows (PowerShell) and Linux (Bash).This guide is a practical overview for users transitioning between Windows and Linux command-line interfaces, focusing on navigation commands.