How to manage vm through virsh

Frank
Oct 18, 2022

We usually need to do some vm management work on linux, and virsh should be a very good tool.

List all running vms:

virsh list

List all vms including no-active vms:

virsh list -all

Start a vm:

virsh start the/vm/name

--

--

Frank
0 Followers

A C/C++ programmer has a strong curiosity with new technology (e.g. Go, Dart, Apex).