Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the use of Linux's pwd command

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of the use of Linux's pwd command, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this Linux pwd command. Let's take a look at it.

Linux commonly used command pwd (English spelling: print work directory) command is used to display the working directory. By executing the pwd instruction, you can immediately know the absolute path name of your current working directory.

Pwd displays the current working directory.

Directory bash built-in command

Commands in GNU coreutils

Built-in command summary pwd [- LP] the main purpose is to display the current working directory.

Option-L (default) prints the value of the environment variable "$PWD", which may be a symbolic link. -P prints the physical location of the current working directory. The return status is successful unless an illegal option is given or the current directory cannot be read.

Note that this command is a bash built-in command. For help, please see the help command.

External command summary pwd [OPTION]. Main purpose is to display the current working directory.

Option-L,-- logical prints the value of the environment variable "$PWD", which may be a symbolic link. -P,-- physical (default) prints the physical location of the current working directory. -- help displays help information and exits. -- version displays version information and exits. The return status is successful unless an illegal option is given or the current directory cannot be read.

Note that this command is a command in the GNU coreutils package. For help, please see man pwd or info coreutils' pwd invocation'.

To start or close the built-in command, please see the enable command, and for the priority of the same name, see the discussion in the examples section of the builtin command.

If the built-in function is not disabled and the pwd function is not defined in the current environment, use / usr/bin/pwd to point to the pwd of coreutils, and use pwd to point to the built-in pwd of bash.

This is the end of the article on "what is the use of Linux's pwd command". Thank you for reading! I believe you all have a certain understanding of the knowledge of "what is the use of Linux's pwd command". If you want to learn more, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report