1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

virsh-list: add page (#5944)

This commit is contained in:
Adam Herst 2021-05-11 16:53:16 -04:00 committed by GitHub
parent 2dc9b6b081
commit 05820ca730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# virsh-list
> List the ID, name, and state of virtual machines.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- List information about running virtual machines:
`virsh list`
- List information about virtual machines regardless of state:
`virsh list --all`
- List information about virtual machines with autostart either enabled or disabled:
`virsh list --all --{{autostart|no-autostart}}`
- List information about virtual machines either with or without snapshots:
`virsh list --all --{{with-snapshot|without-snapshot}}`