ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
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 查看各个级别下服务的启动与禁用情况