systemctl设置服务开机启动、不启动、查看各级别下服务启动状态等常用命令,服务自启
摘要:system V ini命令(RHEL6) systemctl命令(RHEL7) 作用 chkconfig foo on systemctl enable foo.service 开机自动启动 chkconfig foo off systemctl disable foo.servie 开机不自动启
阅读全文
posted @ 2024-01-24 10:11