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   //物理机
posted @ 2022-09-02 09:23  mvpbang  阅读(42)  评论(0编辑  收藏  举报