1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/virsh-help.md
2021-05-11 21:31:09 +02:00

21 lines
411 B
Markdown

# 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}}`
- Show help for a command:
`virsh help {{command}}`