linux,Centos,bash: service: command not found

Posted Fight With Me!!!

tags:

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

很简单,这个问题是这样的,
su 或者 su root:的话只是将当前身份转为root,用户shell并没有改变.所以有些系统命令不能使用. 
su -或者su -l或者su -l root,可以完全的将当前环境转为root环境.如同root直接登陆. 
其次,service的路径为/sbin/service
如果shell没有改变,那么你的PATH中默认没有/sbin,所以不行,而如果用su -命令环境改为root,PATH中就包含/sbin

以上是关于linux,Centos,bash: service: command not found的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

centos/linux如何添加service?

linux centos7 常用命令systemctl替换service

linux centos7 常用命令systemctl替换service