1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 10:35:40 +02:00
tldr/pages/linux/qm-showcmd.md

17 lines
458 B
Markdown
Raw Normal View History

2022-12-21 08:20:16 +05:30
# qm showcmd
2023-05-30 20:37:28 +02:00
> Show command-line which is used to start the VM (debug info).
2022-12-21 08:20:16 +05:30
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
2023-05-30 20:37:28 +02:00
- Show command-line for a specific virtual machine:
2022-12-21 08:20:16 +05:30
2025-07-25 19:00:05 +03:00
`qm {{[sho|showcmd]}} {{vm_id}}`
2022-12-21 08:20:16 +05:30
- Put each option on a new line to enhance human readability:
2025-07-25 19:00:05 +03:00
`qm {{[sho|showcmd]}} --pretty {{true}} {{vm_id}}`
2022-12-21 08:20:16 +05:30
- Fetch configuration values from a specific snapshot:
2022-12-21 08:20:16 +05:30
2025-07-25 19:00:05 +03:00
`qm {{[sho|showcmd]}} --snapshot {{string}} {{vm_id}}`