Home  >  Article  >  Operation and Maintenance  >  How to view the full path in linux

How to view the full path in linux

尚
Original
2019-12-31 16:48:378894browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn