linux 查看设备信息(厂商、型号、序列号)

[root@rac1 ~]# dmidecode -s system-manufacturer 
# SMBIOS implementations newer than version 2.8 are not
# fully supported by this version of dmidecode.
SuperCloud
[root@rac1 ~]# 




[root@rac1 ~]# dmidecode -s system-product-name
# SMBIOS implementations newer than version 2.8 are not
# fully supported by this version of dmidecode.
R5210_G10
[root@rac1 ~]#  


[root@rac1 ~]# dmidecode -s system-serial-number
# SMBIOS implementations newer than version 2.8 are not
# fully supported by this version of dmidecode.
A8U1161800018
[root@rac1 ~]# 

你可能感兴趣的:(linux)