CentOS7获取网卡Mac地址
查看网络配置,执行命令:# ifconfig -a
执行命令:# ifconfig enp2s0 | egrep "ether"
最终获取到Mac地址,执行命令:# ifconfig enp2s0 |egrep "ether" |awk '{print $2}'
CentOS7获取网卡Mac地址
查看网络配置,执行命令:# ifconfig -a
执行命令:# ifconfig enp2s0 | egrep "ether"
最终获取到Mac地址,执行命令:# ifconfig enp2s0 |egrep "ether" |awk '{print $2}'
本文标题:CentOS7获取网卡Mac地址
本文链接:https://www.haomeiwen.com/subject/vdldhqtx.html
网友评论