ethtool: add page (#3508)
This commit is contained in:

committed by
Marco Bonelli

parent
224243de56
commit
5d9e9727a0
8
pages/linux/ethtool.md
Normal file
8
pages/linux/ethtool.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# ethtool
|
||||||
|
|
||||||
|
> Display and modify Network Interface Controller (NIC) parameters.
|
||||||
|
> More information: <http://man7.org/linux/man-pages/man8/ethtool.8.html>.
|
||||||
|
|
||||||
|
- Set the link speed, duplex mode, and parameter autonegotiation for a given interface:
|
||||||
|
|
||||||
|
`ethtool -s {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}`
|
Reference in New Issue
Block a user