1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 05:35:41 +02:00

virt-what: add page (#16980)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Kristopher 2025-06-26 11:40:50 -07:00 committed by GitHub
parent 042ed8d864
commit 35a8f93172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages/linux/virt-what.md Normal file
View file

@ -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: <https://manned.org/virt-what>.
- 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`