当前第2页 返回上一页
ethtool ?Cs ethX [speed 10|100|1000] [duplex half|full] [autoneg on|off] //设置网口速率10/100/1000M、设置网口半/全双工、设置网口是否自协商
示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [root@CentOS76 ~] # ethtool ens192
Settings for ens192:
Supported ports: [ TP ]
Supported link modes: 1000baseT/Full
10000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
MDI-X: Unknown
Supports Wake-on: uag
Wake-on: d
Link detected: yes
[root@CentOS76 ~] #
|
免费视频教程分享:linux视频教程
以上就是linux如何查看网卡信息的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
Linux中的挂载是什么
Linux如何查看tomcat是否已关闭
Linux中查看服务是否启动的方法有哪些
如何使用命令行检测ubuntu版本?
Linux下shell如何获取某目录下所有文件夹的名称详解
Linux根据文件大小查找文件实例详解
在Linux怎么删除文件夹
Linux怎么卸载apache
Linux下mysql乱码问题
探秘Linux swap交换内存扩容的方法
更多相关阅读请进入《Linux》频道 >>
转载请注明出处:木庄网络博客 » linux如何查看网卡信息