首先更正一下,在Linux系统下,查看IP地址,指令是ifconfig
是if 不是ip 开头的【liunx 系统下,Windows 下是ip开头】
没有root权限情况下,安装指令为
sudo yum -y install net-tool
有root权限的话,直接执行
yum -y install net-tools