Easy Tutorial
❮ Linux Comm Diff Linux Comm Expr ❯

Linux pwd Command

Linux Command Manual

The Linux pwd (English full spelling: print work directory) command is used to display the current working directory.

Executing the pwd command will immediately inform you of the absolute pathname of the current working directory.

Syntax

pwd [--help][--version]

Parameter Description:

Example

View the current directory:

# pwd
/root/test           # Output result

Linux Command Manual

❮ Linux Comm Diff Linux Comm Expr ❯