From fb90656068e398585f6e4f9505acce521195b937 Mon Sep 17 00:00:00 2001 From: pg99696 Date: Wed, 21 Dec 2022 08:20:16 +0530 Subject: [PATCH] qm-showcmd: add page (#9243) --- pages/linux/qm-showcmd.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/qm-showcmd.md diff --git a/pages/linux/qm-showcmd.md b/pages/linux/qm-showcmd.md new file mode 100644 index 000000000..7533a4761 --- /dev/null +++ b/pages/linux/qm-showcmd.md @@ -0,0 +1,16 @@ +# qm showcmd + +> Show command line which is used to start the VM (debug info). +> More information: . + +- 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 given snapshot: + +`qm showcmd --snapshot {{string}} {{vm_id}}`