king

linux系统怎么查看是否是虚拟机

king linux 2022-06-16 766浏览 0

linux系统怎么查看是否是虚拟机

查看Linux服务器是否是虚拟机,可以使用以下两种方法

1. dmidecode -s system-product-name

物理机:

[root@swnode1]# dmidecode -s system-product-name
I840-GS

虚拟机:

[root@gnntdb DbBackup]# dmidecode -s system-product-name
VMware Virtual Platform

2. lscpu


继续浏览有关 linuxcentos 的文章
发表评论