Linux command
qm-config 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show
qm config vm_id
Example
qm config --current true vm_id
Example
qm config --snapshot snapshot_name vm_id
说明
qm config displays the configuration of a QEMU/KVM virtual machine in Proxmox VE. By default, it shows pending configuration changes that will be applied on the next start.
参数
- vmid
- The numeric ID of the virtual machine
- --current _boolean_
- Show current configuration values instead of pending
- --snapshot _name_
- Display configuration from a specific snapshot
FAQ
What is the qm-config command used for?
qm config displays the configuration of a QEMU/KVM virtual machine in Proxmox VE. By default, it shows pending configuration changes that will be applied on the next start.
How do I run a basic qm-config example?
Run `qm config vm_id` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does vmid do in qm-config?
The numeric ID of the virtual machine