Created
January 8, 2015 07:59
-
-
Save danish-rehman/d1d7eb147c27d915ea38 to your computer and use it in GitHub Desktop.
Ethtool Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download the ethtool | |
>> wget https://www.kernel.org/pub/software/network/ethtool/ethtool-3.16.tar.gz | |
# Get attributes of the NIC | |
>> ethtool -t eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment