LinuxCommandLibrary

virsh-help

Display information about `virsh` commands or command groups.

TLDR

List the virsh commands grouped into related categories

$ virsh help
copy


List the command categories
$ virsh help | grep "keyword"
copy


List the commands in a category
$ virsh help [category_keyword]
copy


Show help for a command
$ virsh help [command]
copy

Copied to clipboard