Home > Article > Operation and Maintenance > How to view the full path in linux
#Linux pwd command is used to display the working directory.
Execute the pwd command to immediately know the absolute path name of your current working directory.
Syntax
pwd [--help][--version]
Parameter description:
--help Online help.
--version Display version information.
Example
View the current directory:
# pwd /root/test #输出结果
Related article tutorial sharing: linux tutorial
The above is the detailed content of How to view the full path in linux. For more information, please follow other related articles on the PHP Chinese website!