linux开机启动

命令:

linux设置开机服务自动启动/关闭自动启动命令
[root@localhost ~]# chkconfig --list 显示开机可以自动启动的服务
[root@localhost ~]# chkconfig --add *** 添加开机自动启动***服务
[root@localhost ~]# chkconfig --del *** 删除开机自动启动***服务
[root@localhost ~]# setup 可以在shell图形终端里面配置的命令,去service里选择
[root@localhost ~]# ntsysv 在shell终端图形配置开机启动服务命令,
原文地址:https://www.cnblogs.com/init-007/p/13188257.html