mirror of https://github.com/CrimsonTome/tldr.git
22 lines
411 B
Markdown
22 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}}`
|