System Grab Bag

View all TLDR pages from Linux (or from all pages)

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 showcmd {{vm_id}}
  • Put each option on a new line to enhance human readability:
    qm showcmd --pretty {{true}} {{vm_id}}
  • Fetch config values from a specific snapshot:
    qm showcmd --snapshot {{string}} {{vm_id}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.