Last active
November 4, 2015 19:15
-
-
Save unixsam/c15b6c33e0a507d56266 to your computer and use it in GitHub Desktop.
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
cat /proc/mounts | |
OR | |
cat /proc/self/mounts | |
mount | |
mount -l | |
df -aTh |
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
lspci | |
lspci | less | |
lspci | grep -i eth | |
ifconfig | |
ifconfig eth0 | |
OR | |
/sbin/ifconfig | |
/sbin/ifconfig eth0 | |
ip link | |
ifconfig -s -a | |
netstat -i | |
ethtool eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment