Difference between revisions of "Common Commands (KVM)"

From vwiki
Jump to navigation Jump to search
(WIP)
(No difference)

Revision as of 16:33, 12 February 2018

Command Usage
virsh list --all List Virtual Machines / domains
virsh console <name> Connect to console of machine <name>
virsh dominfo <name> Show info for machine <name>
virsh shutdown <name> Shutdown machine <name>
virsh undefine <name> Delete machine <name>
virsh edit <name> Edit config of machine <name>