1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 07:55:50 +02:00
tldr/pages/linux/qm-showcmd.md
2025-07-25 21:30:05 +05:30

16 lines
458 B
Markdown

# qm showcmd
> Show command-line which is used to start the VM (debug info).
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Show command-line for a specific virtual machine:
`qm {{[sho|showcmd]}} {{vm_id}}`
- Put each option on a new line to enhance human readability:
`qm {{[sho|showcmd]}} --pretty {{true}} {{vm_id}}`
- Fetch configuration values from a specific snapshot:
`qm {{[sho|showcmd]}} --snapshot {{string}} {{vm_id}}`