标签:找不到 最小化 没有 conf 而且 用不了 解决方法 centos 7 ora
安装版本为:centos7 的最小化版本,安装完后输入wget和ifconfig都显示没有该命令
解决方法:安装wget和 net-tools
终端输入命令:yum -y install wget和yum -y install net-tools
问题原因:“ifconfig”命令已经整合到ip命令里面,而且在最小化版本的RHEL 7以及它的克隆版本CentOS 7,
Oracle Linux 7和Scientific Linux 7中也找不到该命令,可用ip代替。最小化版本中,wget默认没有安装。
trouble shooting2-安装完centos7虚拟机,使用不了ls命名
标签:找不到 最小化 没有 conf 而且 用不了 解决方法 centos 7 ora
原文地址:https://www.cnblogs.com/zhoujianjie1988/p/9389920.html