Skip to content

Instantly share code, notes, and snippets.

@unixsam
Last active November 4, 2015 19:15
Show Gist options
  • Save unixsam/c15b6c33e0a507d56266 to your computer and use it in GitHub Desktop.
Save unixsam/c15b6c33e0a507d56266 to your computer and use it in GitHub Desktop.
cat /proc/mounts
OR
cat /proc/self/mounts
mount
mount -l
df -aTh
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