Latest web development tutorials

Linux pwd command

Linux command Daquan Linux command Daquan

Linux pwd command to display the working directory.

Pwd command execution may immediately know the absolute path name of your current working directory.

grammar

pwd [--help][--version]

Parameter Description:

  • --help online help.
  • --version display version information.

Examples

View the current directory:

# pwd
/root/test           #输出结果

Linux command Daquan Linux command Daquan