![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with crontab | cleansing_flame | UNIX for Dummies Questions & Answers | 1 | 01-29-2008 05:02 PM |
| Problem with crontab | cleansing_flame | UNIX for Dummies Questions & Answers | 3 | 01-14-2008 01:03 PM |
| Crontab problem | jess_t03 | AIX | 2 | 01-03-2008 04:29 AM |
| Problem with Crontab | Zak | UNIX for Dummies Questions & Answers | 2 | 12-20-2005 02:44 AM |
| crontab problem | DebianJ | UNIX for Advanced & Expert Users | 10 | 06-04-2005 12:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
HI,
i am working on linux. i have crontab problem i wrote a small script and put it in a crontab . but the script is not running.. i have given following way in crontab -e 02 06 * * * /bin/csh /home/vr_test.csh but the above script is not running please rectify my problem regards rajan |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
are you able to run the script through command line.
and using ./scriptname.csh in the crontab may help you, like 02 06 * * * cd /bin/csh /home/; ./script.csh |
|
#3
|
|||
|
|||
|
from command line i am able to run the script
./test.csh i modified crontab with your script but it is not working.. |
|
#4
|
|||
|
|||
|
your script is kept at what path?
|
|
#5
|
|||
|
|||
|
/home/xtuser/test.csh
|
|
#6
|
|||
|
|||
|
try giving
2 6 * * * cd /home/xtuser/; ./test.csh |
|
#7
|
|||
|
|||
|
no use
not working |
|||
| Google The UNIX and Linux Forums |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|