乐趣区

关于linux:如何检查mac地址

linux 最罕用的查看 mac 地址的形式 有很多种,上面给出 4 种形式,

ifconfig 这是最罕用的形式

ip link show

cat /sys/class/net/eth0/address 查看 eth0 的 mac 地址

dmesg | grep eth0

how to check mac address in Linux
how to check ip address in Linux

退出移动版