diff --git a/pages/linux/virt-what.md b/pages/linux/virt-what.md new file mode 100644 index 0000000000..ea321e59a9 --- /dev/null +++ b/pages/linux/virt-what.md @@ -0,0 +1,17 @@ +# virt-what + +> Shell script that detects if you are running in a virtual machine. +> Outputs a specific code for a virtual machine if detected. +> More information: . + +- Detect if you are running in a virtual machine: + +`virt-what` + +- Log output of `virt-what` into a file: + +`virt-what > {{path/to/file}}` + +- Display version: + +`virt-what --version`