mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
35a8f93172
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
376 B
376 B
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: https://manned.org/virt-what.
- Detect if you are running in a virtual machine:
virt-what
- Log output of
virt-whatinto a file:
virt-what > {{path/to/file}}
- Display version:
virt-what --version