【linux命令与工具】ethtool命令

  ethtool是用于查询及设置网卡参数的命令.

  如果command not found可以用apt-get/yum添加。

主要参数:

  ethtool ethX//查看ethX设备属性

  ethtool -h  //显示帮助信息

  ethtool -p|--identity ethX  //识别网卡(使网卡的指示灯闪烁),主机有多个网卡时用处较大

  ethtool -i|--driver ethX  //显示网卡驱动的信息,如驱动的名称、版本等

参考文献:

  1. http://linux.die.net/man/8/ethtool

  2. http://www.thegeekstuff.com/2010/10/ethtool-command/

  3. http://crazyming.blog.51cto.com/1048571/738022

  4. http://blog.sina.com.cn/s/blog_71f38909010128yf.html

原文地址:https://www.cnblogs.com/vincently/p/4756786.html