Linux Command Cheat Sheet/Print working directory

Show the current absolute path.

Section: Navigation and Discovery

Print working directory

bash
bash
pwd
Explanation

Use this constantly to confirm where you are before running destructive commands.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Navigation and Discovery
List directory contents
List files and directories.
OpenIn sheetbashsame section
Go to home directory
Change to your home directory.
OpenIn sheetbashsame section
Go to previous directory
Jump back to the last directory.
OpenIn sheetbashsame section
Show directory tree
Display a recursive tree of files and directories.
OpenIn sheetbashsame section
Find executable on PATH
Show which executable will run for a command.
OpenIn sheetbashsame section
Find files by name
Search recursively for files with a matching name.
OpenIn sheetbashsame section