Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

pwd

Print working directory

Syntax

pwd [OPTION]...

Common Options

-LPrint logical path
-PPrint physical path

Common Examples

pwd

Show current directory

pwd -P

Show real path

Related Commands

Related Tools

More Code & Dev Tools