Running Commands in a Virtual MachineParallels Server for Mac Bare Metal Edition allows you to execute arbitrary commands inside virtual machines by running them on the physical server, i.e. without the need to log in to the respective virtual machine. For example, this can be useful in these cases:
In both these cases, you can use the # pctl exec My_Linux /etc/init.d/sshd status sshd is stopped # pctl exec My_Linux /etc/init.d/sshd start Starting sshd:[OK] # pctl exec My_Linux /etc/init.d/sshd status sshd (pid 26187) is running... Notes: 1. You can use the 2. The |
|||
|