In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces "how to solve the problem that ll can not be used in linux". In the daily operation, I believe that many people have doubts about how to solve the problem that ll cannot be used in linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubt that "ll can not be used in linux". Next, please follow the editor to study!
Solution: 1, use the "vim ~ / .bashrc" command to open the configuration file for editing; 2, add the "lias ll='ls-l'" statement to the file to support the "ll" command; 3, use the "source ~ / .bashrc" command to update the configuration file and use the "ll" command.
The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
What if ll cannot be used in linux
Because ll is not the next basic command of Linux, it is actually an alias of ls-l. The command ll is not supported by default. You must use ls-l.
Solution method
1. Open the configuration file
Vim / .bashrc
two。 Add the following statement
Lias ll='ls-l'
3. Update profile
Source / .bashrc
Result
Well, this is a perfect solution to the problem that ll can't be used!
At this point, the study on "how to solve the problem of ll in linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.