查看Linux服务状态

  

centos6以前版本

service --status-all

在centos7也可使用,但是只能看到由其管理的服务

 

centos6

 

 

centos7

 

 

 

pstree

 

systemctl 
systemctl |grep running
systemctl  list-units -t service
systemctl list-unit-files | grep enabled

 

 

 

 

systemd-cgtop

 

 

 

posted @ 2020-08-07 15:34  ascertain  阅读(2152)  评论(0)    收藏  举报