HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

virsh help — Display information about `virsh` commands or command groups. See also: `virsh`. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
virsh helpcommandcommandscliinformationaboutvirshdisplay

Problem

How to use the virsh help command: Display information about virsh commands or command groups. See also: virsh. More information: <https://manned.org/virsh>.

Solution

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}}


Display help for a command:
virsh help {{command}}

Code Snippets

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}}

Display help for a command

virsh help {{command}}

Context

tldr-pages: common/virsh help

Revisions (0)

No revisions yet.