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

How to view the full path in linux

Release: 2019-12-31 16:48:37
Original
8966 people have browsed it

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]
Copy after login

Parameter description:

--help Online help.

--version Display version information.

Example

View the current directory:

# pwd
/root/test           #输出结果
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template