Forrest logo
back to context overview

qm-guest-exec

List of commands for qm-guest-exec:

  • qm-guest-exec:tldr:6dcd9 qm-guest-exec: Execute a specific command via a guest agent asynchronously.
    $ qm guest exec ${vm_id} ${arg1 arg2 ---} --synchronous 0
    try on your machine
    explain this command
  • qm-guest-exec:tldr:9531b qm-guest-exec: Execute a specific command via a guest agent with a specified timeout of 10 seconds.
    $ qm guest exec ${vm_id} ${arg1 arg2 ---} --timeout ${10}
    try on your machine
    explain this command
  • qm-guest-exec:tldr:a3212 qm-guest-exec: Execute a specific command via a guest agent and forward input from STDIN until EOF to the guest agent.
    $ qm guest exec ${vm_id} ${arg1 arg2 ---} --pass-stdin 1
    try on your machine
    explain this command
  • qm-guest-exec:tldr:afba2 qm-guest-exec: Execute a specific command via a guest agent.
    $ qm guest exec ${vm_id} ${command} ${arg1 arg2 ---}
    try on your machine
    explain this command
back to context overview