查看 Linux 中所有正在运行的服务

2020-08-29 15:24:00
六月
来源:
https://www.linuxidc.com/Linux/2018-08/153512.htm
转贴 541

有许多方法和工具可以查看 Linux 中所有正在运行的服务。大多数管理员会在 System V(SysV)初始化系统中使用 service service-name status 或 /etc/init.d/service-name status,而在 systemd 初始化系统中使用 systemctl status service-name。

1、#service --status-all

2、#chkconfig --list

3、#systemctl

参考: https://jingyan.baidu.com/article/95c9d20da0295cec4e7561c1.html

    https://www.linuxidc.com/Linux/2018-08/153512.htm


发表评论
评论通过审核后显示。