how to check cable in lan port is pluged in or not in linux
how to check cable in LAN port is plugged in or not in Linux?
Add Comment
Here is the command to check LAN port status.
# mii-tool eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
# sudo ethtool eth1 | grep Link