linux网卡信息eno,centos把网卡名称修改为eth0的方法
centos 把网卡名称修改为 eth0默认网卡名称是 eno167777361、修改配置文件 ifcfg-eno16777736[root@localhost ~]# cd /etc/sysconfig/network-scripts/[root@localhost network-scripts]# vim ifcfg-eno16777736将 NAME 和 DEVICE 修改为 eth0TY...