Linux下查看服务器型号

716 阅读1分钟
# Linux
dmidecode | grep "Product Name"
# Windows
wmic csproduct get name


image.png


image.png