系统相关
首页 > 系统相关> > linux下检查系统是虚机还是物理机

linux下检查系统是虚机还是物理机

作者:互联网

检查命令

//安装软件包
yum install -y dmidecode

//查看系统平台(虚机 or 物理机)
dmidecode -s system-product-name

[root@jenkins ~]# dmidecode -s system-product-name
VMware Virtual Platform   //虚拟化出来的系统

[root@DZSWJES ~]# dmidecode -s system-product-name
ThinkServer RD450   //物理机

标签:product,name,system,dmidecode,虚机,linux,root,物理
来源: https://www.cnblogs.com/xiaochina/p/16648659.html