2021-05-11 20:31:09 +01:00
|
|
|
# virsh-help
|
|
|
|
|
|
|
|
> Display information about `virsh` commands or command groups.
|
|
|
|
> See also: `virsh`.
|
|
|
|
> More information: <https://manned.org/virsh>.
|
|
|
|
|
|
|
|
- List the `virsh` commands grouped into related categories:
|
|
|
|
|
|
|
|
`virsh help`
|
|
|
|
|
|
|
|
- List the command categories:
|
|
|
|
|
|
|
|
`virsh help | grep "keyword"`
|
|
|
|
|
|
|
|
- List the commands in a category:
|
|
|
|
|
|
|
|
`virsh help {{category_keyword}}`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display help for a command:
|
2021-05-11 20:31:09 +01:00
|
|
|
|
|
|
|
`virsh help {{command}}`
|