bash: ipconfig: command not found

Posted wongandy

tags:

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

问题描述:

[[email protected] ~]# ipconfig
-bash: ipconfig: command not found
[[email protected] ~]#

 

 

解决方法一:

cd /etc/sysconfig/network-scripts 

vi ifcfg-eth0 (你的可能是eth1,或者其他,不是每个电脑都是这个的)设置ONBOOT=yes

:wq

reboot 

 



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

Linux下ipconfig命令报:command not found 解决方法

"Ipconfig" not recognized as an internal command

有没有更好的方法在 bash 中运行命令 N 次?

CentOS 7.0下解决ifconfig: command not found的方法

Linux 环境变量的配置解决(-bash: jps: command not found)问题

bash:yum:command not found 解决办法