Results 1 to 2 of 2
Hi,
A general question.Is it possible to execute a perl script which in a linux machine from a windows machine?I have to trigger its execution from my windows machine.
Thanks,
...
- 02-06-2010 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 5
executing a perl script in linux remotely from windows
Hi,
A general question.Is it possible to execute a perl script which in a linux machine from a windows machine?I have to trigger its execution from my windows machine.
Thanks,
Arul
- 02-06-2010 #2
hi,
use a ssh client like putty to connect to the linux machine.
You can then execute whatever you like or more precise: what your user is allowed to execute.
If that process takes longer when you are willing to wait, create a screen session and start the process in there.You must always face the curtain with a bow.


Reply With Quote