systemctl设置服务开机启动、不启动、查看各级别下服务启动状态等常用命令,服务自启

system V ini命令(RHEL6)

systemctl命令(RHEL7)

作用

chkconfig foo on

systemctl enable foo.service

开机自动启动

chkconfig foo off

systemctl disable foo.servie

开机不自动启动

chkconfig foo

systemctl is-enable foo.service

查看特定服务是否为开机自动启动

chkconfig --list

systemctl list-unit-files --type=service

查看各个级别下服务的启动与禁用情况

 

转自:https://www.kancloud.cn/py_linux/linux/838100

posted on 2024-01-24 10:11  叶子在行动  阅读(164)  评论(0编辑  收藏  举报

导航