InterviewSolution
Saved Bookmarks
| 1. |
Which Command Is Used To List All Virtual Machine Running On The Kvm Hypervisor ? |
|
Answer» USING the command ‘virsh LIST –all’ we can list all VIRTUAL MACHINES irrespective of their STATES. Using the command ‘virsh list –all’ we can list all virtual machines irrespective of their states. |
|