码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-05-16 19:09:58      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:步骤   pre   ash   not   pytho   yum源   command   centos   tail   

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 错误

标签:步骤   pre   ash   not   pytho   yum源   command   centos   tail   

原文地址:https://www.cnblogs.com/liangliangzz/p/12901389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!