1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 05:55:31 +02:00

ethtool: add page (#3508)

This commit is contained in:
Jeremy Hettenhouser 2019-10-31 19:33:56 -04:00 committed by Marco Bonelli
parent 224243de56
commit 5d9e9727a0

8
pages/linux/ethtool.md Normal file
View 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}}`