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