centos解决bash: service: command not found 错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos解决bash: service: command not found 错误相关的知识,希望对你有一定的参考价值。
参考技术A 1、在centos系统中,如果/sbin目录下没有service这个命令,就会出现 bash: service: command not found2、解决步骤如下:
3、输入 yum list | grep initscripts
会出现: initscripts.x86_64
(其实一共有三个信息,但是后面根据版本不同,显示的信息也不同)
4、上面给出了可安装软件的yum源版本,然后执行 yum install initscripts -y
5、此时service命令就可用了
解决CentOS下service 功能 不能使用 bash: service: command not found
首先检查自己是否 使用的是root用户
在centos系统中,如果/sbin目录下没有service这个命令,就会出现
bash: service: command not found
解决步骤如下:
1、 输入
yum list | grep initscripts
会出现:
initscripts.x86_64
(其实一共有三个信息,但是后面根据版本不同,显示的信息也不同)
2、 上面给出了可安装软件的yum源版本,然后执行
yum install initscripts -y
3、 此时service命令就可用了
以上是关于centos解决bash: service: command not found 错误的主要内容,如果未能解决你的问题,请参考以下文章
centos解决bash: service: command not found 错误
centos解决bash: service: command not found 错误
linux,Centos,bash: service: command not found
bash: service: command not found 错误的解决方法