From 1c1cc911f34e23499574911567d049f83174709b Mon Sep 17 00:00:00 2001 From: Sadeed Date: Sat, 22 Oct 2022 22:09:46 +0500 Subject: [PATCH] qm-guest-exec-status, qm-guest-passwd: add page (#9102) --- pages/linux/qm-guest-exec-status.md | 8 ++++++++ pages/linux/qm-guest-passwd.md | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages/linux/qm-guest-exec-status.md create mode 100644 pages/linux/qm-guest-passwd.md diff --git a/pages/linux/qm-guest-exec-status.md b/pages/linux/qm-guest-exec-status.md new file mode 100644 index 000000000..80bba340a --- /dev/null +++ b/pages/linux/qm-guest-exec-status.md @@ -0,0 +1,8 @@ +# qm guest exec-status + +> Print the status of the given pid started by the guest-agent on QEMU/KVM Virtual Machine Manager. +> More information: . + +- Print the status of a specific PID: + +`qm guest exec-status {{vm_id}} {{pid}}` diff --git a/pages/linux/qm-guest-passwd.md b/pages/linux/qm-guest-passwd.md new file mode 100644 index 000000000..c863c699a --- /dev/null +++ b/pages/linux/qm-guest-passwd.md @@ -0,0 +1,12 @@ +# qm guest passwd + +> Set the password for a specific user on QEMU/KVM Virtual Machine Manager. +> More information: . + +- Set a password for a specific user in a virtual machine interactively: + +`qm guest passwd {{vm_id}} {{username}}` + +- Set an already hashed password for a specific user in a virtual machine interactively: + +`qm guest passwd {{vm_id}} {{username}} --crypted 1`