Most virsh commands follow the format:
# virsh subcommand domain-id | name | uuid [options] |
One of the subcommands listed in the virsh(1M) man page
A domain identifier
An option to a subcommand
This line connects to a domU named sxc18.
# virsh console sxc18 |