ubuntu sysv-rc-conf 服务管理工具
经常用的二个自启动管理工具,chkconfig systemctl。chkconfig很多新版系统都不用了。除了systemctl外,ubunut推荐大家使用sysv-rc-conf。
# apt-get install sysv-rc-conf # sysv-rc-conf filebeat on //开启 # sysv-rc-conf filebeat off //关闭 # sysv-rc-conf //查看自启动状态
1,使用空格键可以在on和off之间切换
2,+号或者=号,可以启动服务
3,-号,可以停止服务
4,ctrl + n 翻到下一页
5,ctrl + p 翻到上一页
6,h可以查看帮助
7,q退出