centos解决bash: service: command not found 错误

Posted liangliangzz

tags:

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

bash: service: command not found

解决步骤如下:
1、 输入

yum list | grep initscripts

会出现:

initscripts.x86_64

2、 上面给出了可安装软件的yum源版本,然后执行

yum install initscripts -y

3、 此时service命令就可用了

 

本解决方法借鉴于

https://blog.csdn.net/qq_14847537/article/details/78400333

 

以上是关于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 错误的解决方法

-bash: ./centos-7.6.sh: /bin/bash^M: bad interpreter问题解决

Centos命令行报bash:.....:command not found的解决办法