![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab problem | DebianJ | UNIX for Advanced & Expert Users | 11 | 05-22-2009 01:56 AM |
| Run crontab job problem | ust | UNIX for Advanced & Expert Users | 3 | 07-23-2007 09:45 PM |
| Problem with Crontab | qhuynh | UNIX for Dummies Questions & Answers | 5 | 09-15-2005 05:10 PM |
| Problem with crontab | jcgg | UNIX for Dummies Questions & Answers | 5 | 10-31-2003 03:34 PM |
| crontab problem | guest100 | UNIX for Dummies Questions & Answers | 19 | 03-31-2002 03:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Crontab problem
Hi all,
I made few changes to the script (under the directory mentioned in crontab) scheduled under crontab and the problem is that crontab doesnt pickup those changes and somehow runs the old copy of the script from somewhere. Any help would be appreciated. |
|
||||
|
i ran <which db_daily_export.sh> and it gives back:
/usr/bin/which: no db_daily_export.sh in (/usr/sbin:/orahome9i/app/oracle/product/9.2.0/bin:/orahome9i/app/oracle/product/9.2.0/OPatch:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/ora9i/bin) but i specify the full path of the script in the crontab entry as below: 00 01 * * 1-5 /peel/scripts/db_daily_export.sh /u09 2>&1 > /dev/null |
|
||||
|
Quote:
Quote:
Once you edit a cron file, you shouldn't need to bounce the cron process - it should pick up any changes straight away itself. Jerry |
|
||||
|
Thats what i did .i edited the file using crontab -e and expect the cron job to pick up my changes when it runs the next time but somehow its not.
|
| Sponsored Links | ||
|
|