chkconfig: command not found
Posted kisun168
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chkconfig: command not found相关的知识,希望对你有一定的参考价值。
问题描述:在ubuntu16.X下设置mysql服务自启动时出现错误命令提示
原因:linux环境下的chkconfig被sysv-rc-conf所替代
解决办法
sudo apt-get update sudo apt-get install sysv-rc-conf
成功:
以上是关于chkconfig: command not found的主要内容,如果未能解决你的问题,请参考以下文章
问题解决:chkconfig: command not found
chkconfig添加服务错误service memcached does not support chkconfig
service redis does not support chkconfig
service XXX does not support chkconfig
CentOS使用chkconfig增加开机服务提示service xxx does not support chkconfig的问题解决