Executes a command inside a virtual machine. OpenVZ tools must be installed in a virtual machine to use this utility. By default, running prlctl exec <command>
is equivalent to executing bash -c <command>
in a Linux VM or cmd /c <command>
in a Windows VM.
Syntax.
prlctl exec <VM_name> [--without-shell] <command>