mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 17:15:41 +02:00
ethtool: add page (#3508)
This commit is contained in:
parent
224243de56
commit
5d9e9727a0
1 changed files with 8 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue