Linux command
virt-manager 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
virt-manager
Connect
virt-manager --connect [hypervisor_uri]
Example
virt-manager --no-fork
Debug
virt-manager --debug
Example
virt-manager --show-domain-creator
Example
virt-manager --show-domain-editor [name|id|uuid]
Example
virt-manager --show-domain-performance [name|id|uuid]
Example
virt-manager --show-host-summary
说明
virt-manager is a desktop user interface for managing KVM and Xen virtual machines and LXC containers. It provides a graphical interface for creating, configuring, and monitoring virtual machines. The tool connects to libvirt and can manage both local and remote hypervisors.
参数
- --connect _URI_
- Connect to specified hypervisor
- --no-fork
- Don't fork into background
- --debug
- Print debug output
- --show-domain-creator
- Open new VM wizard
- --show-domain-editor _VM_
- Show VM details window
- --show-domain-performance _VM_
- Show VM performance window
- --show-host-summary
- Show connection details
- --show-domain-console _VM_
- Open the console window for a domain
- --spice-disable-auto-usbredir
- Disable automatic USB redirection via SPICE
- --version
- Show program version and exit
FAQ
What is the virt-manager command used for?
virt-manager is a desktop user interface for managing KVM and Xen virtual machines and LXC containers. It provides a graphical interface for creating, configuring, and monitoring virtual machines. The tool connects to libvirt and can manage both local and remote hypervisors.
How do I run a basic virt-manager example?
Run `virt-manager` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --connect _URI_ do in virt-manager?
Connect to specified hypervisor