043.进程操作和重启关闭系统(4-5)2022/5/11


1.top进程的动态列表

2.安装系统监控软件 glances iftop htop

https://blog.csdn.net/ba__lu/article/details/80557947
yum install epel* -y

yum install python-pip python-devel -y

yum install glances -y

3.安装htop软件

https://blog.51cto.com/duanyexuanmu/2404459
步骤一:yum install -y epel-release
步骤二:yum install -y htop

4.Ctrl + C 和 Kill命令:停止进程

 5.halt命令和rebort命令停止和重启系统