LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vmware-checkvm

Detect VMware virtual machine environment

TLDR

Check if running in VMware
$ vmware-checkvm
copy
Get hardware version
$ vmware-checkvm -h
copy

SYNOPSIS

vmware-checkvm [OPTIONS]

DESCRIPTION

vmware-checkvm checks if the current host is running inside a VMware virtual machine. The exit status indicates whether the system is a VM (exit 0) or not (non-zero exit).When run inside VMware, it returns the VMware software version information.

PARAMETERS

-h

Return VMware hardware version

CAVEATS

VMware specific. Only detects VMware virtualization. Part of open-vm-tools package.

SEE ALSO

Copied to clipboard
Kai