查看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