利用 ifconfig、grep和awk指令直接取出網卡MAC
ifconfig |grep HW |awk '{print $5}' > /tmp/MAC.txt &system("ifconfig |grep HW |awk '{print $5}' > /tmp/MAC.txt &");//紀錄MAC
沒有留言:
張貼留言