linux 查看服务状态指令

linux查看服务: 
一、利用进程来查看 
命令里 ps -aux | grep xxx 是查看某个进程或者服务是否存在。 
二、利用Systemctl  命令 
1.查看单个服务的运行状态: 
systemctl   status  服务名 
如:[root@localhost ~]# systemctl    status    httpd 
三、利用chkconfig配置工具

1.查看单个服务的运行状态: 
chkconfig   –list   服务名 
2.查看所有服务的运行状态 
chkconfig –list 

四 , 利用top命令进行 实时的进程监控

    原文作者:hehexu_
    原文地址: https://blog.csdn.net/hehexu_/article/details/106154760
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞