Subcommands (1)
Options (4)
booleanPrint the status of a specific PID
Example:
qm {{[g|guest]}} {{[exec-s|exec-status]}} {{vm_id}} {{pid}}booleanPrint the status of a specific PID
Example:
qm {{[g|guest]}} {{[exec-s|exec-status]}} {{vm_id}} {{pid}}booleanSet a password for a specific user in a virtual machine interactively
Example:
qm {{[g|guest]}} {{[p|passwd]}} {{vm_id}} {{username}}booleanExecute a specific QEMU Guest Agent command
Example:
qm {{[g|guest]}} {{[c|cmd]}} {{virtual_machine_id}} {{fsfreeze-freeze|fsfreeze-status|fsfreeze-thaw|fstrim|get-fsinfo|...}}Examples (8)
Print the status of a specific PID
qm [g|guest] [exec-s|exec-status] vm_id pidSet a password for a specific user in a virtual machine interactively
qm [g|guest] [p|passwd] vm_id usernameSet an already hashed password for a specific user in a virtual machine interactively
qm [g|guest] [p|passwd] vm_id username --crypted 1Execute a specific QEMU Guest Agent command
qm [g|guest] [c|cmd] virtual_machine_id fsfreeze-freeze|fsfreeze-status|fsfreeze-thaw|fstrim|get-fsinfo|...Execute a specific command via a guest agent asynchronously
Execute a specific command via a guest agent with a specified timeout of 10 seconds
made by @shridhargupta | data from tldr-pages