What does linux pwd mean?

藏色散人
Release: 2021-11-24 11:00:08
Original
10849 people have browsed it

linux pwd is a command used to display the working directory. Executing the pwd command can immediately know the absolute path name of your current working directory. The usage syntax is "pwd [--help][- -version]".

What does linux pwd mean?

#The operating environment of this article: linux5.9.8 system, Dell G3 computer.

What does linux pwd mean?

Linux pwd command

Linux pwd (English full spelling: print work directory) command 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

Recommended learning: "linux video tutorial"

The above is the detailed content of What does linux pwd mean?. 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