chkconfig: command not found

Posted wumz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chkconfig: command not found相关的知识,希望对你有一定的参考价值。

问题描述

  • Ubuntu 16.04 下安装 nginx 服务器,在添加 nginx 服务时出现如下信息
# chkconfig --add nginx
chkconfig: command not found

问题原因

  • Ubuntu 中 chkconfig 已经被 sysv-rc-conf 所替代,chkconfig 命令如下:
# chkconfig --add nginx  
# chkconfig nginx on

问题解决

# apt-get update
# apt-get install sysv-rc-conf
# sysv-rc-conf nginx on

以上是关于chkconfig: command not found的主要内容,如果未能解决你的问题,请参考以下文章

问题解决:chkconfig: command not found

ifconfig 运行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的问题解决