💾 Archived View for freeshell.de › tldr › virsh.gmi captured on 2023-07-10 at 15:02:47. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage virsh guest domains. (NOTE: 'guest_id' can be the id, name or UUID of the guest).
Some subcommands such as `virsh list` have their own usage documentation.
virsh connect {qemu:///system}
virsh list --all
virsh dumpxml {guest_id} > {path/to/guest.xml}
virsh create {path/to/config_file.xml}
virsh edit {guest_id}
virsh {command} {guest_id}
virsh save {guest_id} {filename}
virsh destroy {guest_id} && virsh undefine {guest_id}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).