in reply to Re: In Linux how to kill the Prompt
in thread In Linux how to kill the Prompt
Is it possible to run command as background job on remote machine using this module?
I can see its possible using Net::OpenSSH which is documented as, Running detached remote processes
$ssh->system("nohup $long_running_command &");
|
|---|