ETHTOOL Commands Cheat Sheet
Here is a cli commands cheat sheet for ETHTOOL command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is ETHTOOL command?
Add some data here
# To show statistics for the selected interface: ethtool -S# To show interface permanent address: ethotool -P # To set interface speed: ethtool -s [ speed %d ] # To set interface autonegotiation: ethtool -s [ autoneg on|off ] # To get interface errors: ethtool -S | grep error
Check out the ETHTOOL command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again