In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Linux in which command line aliases, many novices are not very clear, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.
1. Install any utilities / applications:
Alias install= "sudo yum install-y"
Here, sudo and-y are optional because of each user's preference:
2. Update the system:
Alias update= "sudo yum update-y"
3. Upgrade the system:
Alias upgrade= "sudo yum upgrade-y"
4. Change to root user:
Alias root= "sudo su -"
5. Change it to "user", where "user" is set to your user name:
Alias user= "su user"
6. Display a list of all available ports, their status and IP:
Alias myip= "ip-br-c a"
7. Give the server myserver for ssh:
Alias myserver= "ssh user@my_server_ip"
8. List all processes in the system:
Alias process= "ps-aux"
9. Check the status of any system services:
Alias sstatus= "sudo systemctl status"
10. Restart any system services:
Alias srestart= "sudo systemctl restart"
11. End any process by name:
Alias kill= "sudo pkill"
12. Display the total usage and available memory of the system:
Alias mem= "free-h"
13. Display the CPU architecture of the system, the number of CPU, the number of threads, etc.
Alias cpu= "lscpu"
14. Display the total disk size of the system:
Alias disk= "df-h"
15. Display the current system Linux release (for CentOS,Fedora and Red Hat):
Alias os= "cat / etc/redhat-release"
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
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.