解决CentOS下service 功能 不能使用 bash: service: command not found

Posted 凡心所向,素履以往

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决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下service 功能 不能使用 bash: service: command not found的主要内容,如果未能解决你的问题,请参考以下文章

XShell无法连接CentOS 7解决办法

CentOS安装docker

centos局域网能够ssh登陆,远程不能登陆的解决办法?

CentOS 7 下使用iptables

centos7下普通用户不能使用sudo命令解决方案

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