From 7228251f8506f29635638845b83b104442c8279d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 17 Jul 2019 08:50:51 +0100 Subject: [PATCH] vmware-checkvm: add page (#3196) --- pages/linux/vmware-checkvm.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/vmware-checkvm.md diff --git a/pages/linux/vmware-checkvm.md b/pages/linux/vmware-checkvm.md new file mode 100644 index 0000000000..681fcbd442 --- /dev/null +++ b/pages/linux/vmware-checkvm.md @@ -0,0 +1,11 @@ +# vmware-checkvm + +> Checks to see if the current host is a VMWare VM or not. + +- 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`