系统相关
首页 > 系统相关> > (十六)Linux管理服务启动工具

(十六)Linux管理服务启动工具

作者:互联网

工具:ntsysv(图形,可以关闭开启服务)
• 安装包:ntsysv-1.3.30.2-2.el5
image
工具:chkconfig –list(文字,开启关闭服务)
自定义加服务:执行脚本放入:/etc/init.d/
注:数字代表启动项。
修改:chkconfig –level 3 sendmail on
删除:chkconfig –del 服务名
增加:chkconfig –add 服务名
image
Centos 7 以上
• 命令:systemctl enable 服务名
• 注:设置为开机自启动

标签:服务,启动,十六,开启,ntsysv,关闭,Linux,工具,chkconfig
来源: https://www.cnblogs.com/infodriven/p/16355116.html