In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you what the linux shows the current path of the command is, I believe that most people do not know much, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
View current path command: pwd
The pwd command displays the current path.
This command is relatively simple. If you sometimes forget the current path during the operation, you can use this command to view the path, which is executed as follows:
# pwd / home/samlee
The first behavior runs the command, and the second line contains the information displayed after running the pwd command, that is, the path to the working directory where the user is currently located is / home/samlee.
Tip:
The pwd command should be used frequently. Linux's directory structure is very complex, a small branch may have more than a dozen layers of directories, like a forest, so Linux will not write the full path in the prompt like Windows, that is too long.
Using cd to drill around in the directory, it's easy to forget where you are, but it's a bit dangerous to execute orders at this time. For example, if you want to delete a file and don't know the current directory, you may mistakenly delete useful files with the same name, and it's not so easy to recover.
There are many other situations that require the use of pwd, especially when performing a "rm-rf" operation that directly deletes a directory, which needs to be determined by pwd, which may be entered for every dozen commands executed.
The above is all the contents of linux's command to show what the current path is. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.