|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need someone to help me out to upload script on host but I have problem can anyone help me out ?
Last edited by spit; 11-18-2012 at 09:22 AM.. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
This is an example of running a job via 'ssh' on a target host: Code:
## minute, hour , day of the month, month of the year, day of the week script ## (0-59) (0-23) (1-31) (1-12) (0-6 0-Sunday) ##-------------------------------------------------------------------------------------------------- 00 13 * * 0 ssh user@target_host '. ./.profile;nohup /path/to/script_name.pl >>/path/to/logs/script_name.log 2>&1 &' |
| Sponsored Links | ||
|
|
#3
|
|||||||||
|
|||||||||
|
Quote:
bakunin |
| The Following User Says Thank You to bakunin For This Useful Post: | ||
Neo (11-18-2012) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script in cron didnt run | shipra_31 | HP-UX | 5 | 12-15-2011 09:21 AM |
| how to run script? call other script? su to another user? make a cron? | instant000 | Shell Programming and Scripting | 15 | 11-23-2009 04:01 PM |
| Need help with a script run by a cron job. | klawless | UNIX for Advanced & Expert Users | 1 | 10-06-2008 08:41 AM |
| Help with script - run by cron | richo king | Shell Programming and Scripting | 2 | 03-05-2008 07:36 PM |
| Can run script Manually, but not through Cron? | MadHatter | Shell Programming and Scripting | 4 | 10-19-2005 10:08 AM |
|
|