关于linux:如何检查mac地址

66次阅读

共计 168 个字符,预计需要花费 1 分钟才能阅读完成。

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

正文完
 0