可以使用以下命令来查看服务器型号:
sudo dmidecode -t system | grep 'Product Name'
sudo lshw -short | grep system
cat /sys/class/dmi/id/product_name
以上命令均需要root权限才能执行。