From c245b82a6e9b0568897c5515fc2171d170e7997c Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Sun, 2 Jul 2023 18:32:49 +0530 Subject: [PATCH] qm-list: add page (#9139) * qm-list: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Axel Navarro Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> --- pages/linux/qm-list.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/qm-list.md diff --git a/pages/linux/qm-list.md b/pages/linux/qm-list.md new file mode 100644 index 000000000..e294fd175 --- /dev/null +++ b/pages/linux/qm-list.md @@ -0,0 +1,12 @@ +# qm list + +> List all virtual machines. +> More information: . + +- List all virtual machines: + +`qm list` + +- List all virtual machines with a full status about the ones which are currently running: + +`qm list --full 1`