mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|