Linux中ethtool工具的使用

本文主要讲讲ethtool工具的使用,ethtool是Linux中操作网卡的工具。


- 查看eth0的属性:

ethtool eth0


- 修改eth0网卡的最大出口速度为1000Mb/s

ethtool -s eth0 speed 1000


本文出自 “Linux运维” 博客,谢绝转载!

你可能感兴趣的:(ethtool)