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:
parent
2dc9b6b081
commit
05820ca730
1 changed files with 21 additions and 0 deletions
21
pages/common/virsh-list.md
Normal file
21
pages/common/virsh-list.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue