1. 程式人生 > >Ubuntu獲取CPU序列號以及MAC地址

Ubuntu獲取CPU序列號以及MAC地址

Ubuntu獲取CPU序列號或者主機板序列號

CPU ID

程式碼:

sudo dmidecode -t 4 | grep ID

主機板序列號

程式碼:

sudo dmidecode -t 2 | grep Serial

MAC地址

程式碼:

sudo lshw -c network | grep serial | head -n 1