English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux pwd Command

Linux Command大全

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

Executing the pwd command can immediately know the absolute path name of the current working directory you are in.

Syntax

pwd [--help][--version]

Parameter Description:

  • --help Online help.
  • --version Display version information.

Online Examples

View the current directory:

# pwd
/root/test           #Output Result

Linux Command大全