发布网友 发布时间:2022-04-23 18:07
共2个回答
热心网友 时间:2022-07-10 09:30
linux设置开机服务自动启动/关闭自动启动命令
[root@localhost
~]#
chkconfig
--list
显示开机可以自动启动的服务
[root@localhost
~]#
chkconfig
--add
***
添加开机自动启动***服务
[root@localhost
~]#
chkconfig
--del
***
删除开机自动启动***服务
[root@localhost
~]#
setup
可以在shell图形终端里面配置的命令,去service里选择
[root@localhost
~]#
ntsysv
在shell终端图形配置开机启动服务命令,
如果你想了解更详细内容,建议看看刘遄老师的另外就是刘遄老师的《linux就该这么学》,书籍当中有详细的描述;
热心网友 时间:2022-07-10 09:30
命令:service
Service
服务名
strart开启stop
restart
如:service
sshd
start
FTP服务的开启及关闭
service
vsftpd
start/stop/restart
chkconfig
服务名
on
开机时自动开启服务
chkconfig
–list
查看服务状态
自己总结的