当前位置:首页 » 《休闲阅读》 » 正文

linux查看网卡信息

8 人参与  2024年11月01日 11:20  分类 : 《休闲阅读》  评论

点击全文阅读


1、查看网卡硬件信息

[root@Master ~]#  lspci | grep -i 'eth'


2、查看系统的所有网络接口

[root@Master ~]# ifconfig -a

[root@Master ~]# ip link show

3、查看某个网络接口的详细信息,例如eth0的详细参数和指标

[root@Master ~]# ethtool eth0

4、查看所有网卡的链路状态

[root@Master ~]# for i in `seq 0 9`;do ethtool eth${i} | egrep 'eth|Link';done

5、列出所有pci设备

[root@Master ~]# lspci -tv | more


点击全文阅读


本文链接:http://zhangshiyu.com/post/180880.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1