CompTIA
XK0-004 · Question #144
An administrator is logged into a server remotely and wants to determine if the system is a VM. Which of the following commands would assist with this?
The correct answer is A. dmesg. sudo dmesg | grep -i hypervisor [ 0.000000] Hypervisor detected: VMware
Troubleshooting and Diagnostics
Question
An administrator is logged into a server remotely and wants to determine if the system is a VM. Which of the following commands would assist with this?
Options
- Admesg
- Bps
- Ctop
- Dvmstat
How the community answered
(38 responses)- A89% (34)
- B5% (2)
- C3% (1)
- D3% (1)
Explanation
sudo dmesg | grep -i hypervisor [ 0.000000] Hypervisor detected: VMware
Topics
#dmesg#virtualization detection#kernel messages#VM identification
Community Discussion
No community discussion yet for this question.