HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vmware-checkvm — Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkv

Submitted by: @import:tldr-pages··
0
Viewed 0 times
vmware-checkvmthecurrentcommandvmwareclicheckhost
linux

Problem

How to use the vmware-checkvm command: Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.

Solution

vmware-checkvm — Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.

Return the current VMware software version (exit status determines whether the system is a VM or not):
vmware-checkvm


Return the VMware hardware version:
vmware-checkvm -h

Code Snippets

Return the current VMware software version (exit status determines whether the system is a VM or not)

vmware-checkvm

Return the VMware hardware version

vmware-checkvm -h

Context

tldr-pages: linux/vmware-checkvm

Revisions (0)

No revisions yet.