美文网首页
ubuntu 安装chkconfig

ubuntu 安装chkconfig

作者: 白红薯粉 | 来源:发表于2019-02-14 09:10 被阅读0次

安装过程

安装 sysv-rc-conf

sudo apt-get install sysv-rc-conf

确认是否存在

ls /usr/sbin/ | grep sysv

更名

cp /usr/sbin/sysv-rc-conf /usr/sbin/chkconfig

确认修改成功

ls /usr/sbin/ | grep chk

赋予权限

chmod 755 chkconfig

测试

sudo chkconfig

成功

相关文章

网友评论

      本文标题:ubuntu 安装chkconfig

      本文链接:https://www.haomeiwen.com/subject/kdsseqtx.html