diff --git a/pages/linux/qm-status.md b/pages/linux/qm-status.md new file mode 100644 index 000000000..d89ed296b --- /dev/null +++ b/pages/linux/qm-status.md @@ -0,0 +1,12 @@ +# qm status + +> Show virtual machine status. +> More information: . + +- Display the status of a specific virtual machine: + +`qm status {{vm_id}}` + +- Display detailed status of a specific virtual machine: + +`qm status --verbose {{true}} {{vm_id}}`