重启网络服务 service network restart
重新设置了网卡的配置,使虚拟机的系统可以正常上网之后。
敲了ifconfig,结果提示command not found
ifconfig命令可以被ip addr等命令替代了。
如果还想使用,只需要执行:yum install net-tools
重启网络服务 service network restart
重新设置了网卡的配置,使虚拟机的系统可以正常上网之后。
敲了ifconfig,结果提示command not found
ifconfig命令可以被ip addr等命令替代了。
如果还想使用,只需要执行:yum install net-tools