发布网友 发布时间:2022-04-23 18:07
共2个回答
热心网友 时间:2022-04-26 13:34
linux设置开机服务自动启动/关闭自动启动命令
[root@localhost ~]# chkconfig --list 显示开机可以自动启动的服务
[root@localhost ~]# chkconfig --add *** 添加开机自动启动***服务
[root@localhost ~]# chkconfig --del *** 删除开机自动启动***服务
[root@localhost ~]# setup 可以在shell图形终端里面配置的命令,去service里选择
[root@localhost ~]# ntsysv 在shell终端图形配置开机启动服务命令,选项没上面那个多
setup 、rc.local 和chkconfig三种方式都可以设置
热心网友 时间:2022-04-26 14:52
通过chkconfig命令控制系统开机项,参考命令如下:
chkconfig service_name off注:以上请使用实际的服务名替换service_name。