Skip to content

Instantly share code, notes, and snippets.

@touv
Last active February 20, 2016 18:25
Show Gist options
  • Save touv/61b2ab317dddb39d6bf9 to your computer and use it in GitHub Desktop.
Save touv/61b2ab317dddb39d6bf9 to your computer and use it in GitHub Desktop.
check if interface eth0 is up
cat /sys/class/net/eth0/operstate
@touv
Copy link
Author

touv commented Dec 9, 2015

sudo ethtool eth0 | grep Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment