Results 1 to 4 of 4
Hi,
I have a shell script in linux and i need to run that script in a remote machine at a particular time automatically , when time is reached..........
Is ...
- 01-22-2008 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
script running on a remote machine
Hi,
I have a shell script in linux and i need to run that script in a remote machine at a particular time automatically , when time is reached..........
Is there any way to do . if so, How could be done ?........
Pls help me .......
Thanks in Advance
- 01-22-2008 #2Just Joined!
- Join Date
- May 2007
- Posts
- 7
You can run a shell script in a remote machine using ssh. )You should have already initialized ssh in the remote machine.)
- 01-22-2008 #3
- 01-22-2008 #4That depends on your Linux distribution. I'm running Slackware 9.1, and one uses crontab to edit one's crontab file; each user has his own file. This can be run by any user.You'll need to have root access in order to set up a cron job, though.--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote
