Hi,
I'm using Linux AS and trying to assign several shell script to the server.
I have two scripts that are executable (I run them and both worked fine), say script A and script B. When I assign them in crontab, script A works on schedule BUT script B is not running at all.
What is the problem? the content of both scripts are quite similar. This how I write the crontab:
[oracle@10 oracle]$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.17027 installed on Fri Dec 31 17:21:19 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
00 04 * * * /data1/SCRIPT/scriptA.sh
00 11 * * * /data1/SCRIPT/scriptB.sh
Both files have the same owner and have the same privilages/modes.
How can this happen?
Thank you, please help.. it has been weeks just to solve this.
I'm using Linux AS and trying to assign several shell script to the server.
I have two scripts that are executable (I run them and both worked fine), say script A and script B. When I assign them in crontab, script A works on schedule BUT script B is not running at all.
What is the problem? the content of both scripts are quite similar. This how I write the crontab:
[oracle@10 oracle]$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.17027 installed on Fri Dec 31 17:21:19 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
00 04 * * * /data1/SCRIPT/scriptA.sh
00 11 * * * /data1/SCRIPT/scriptB.sh
Both files have the same owner and have the same privilages/modes.
How can this happen?
Thank you, please help.. it has been weeks just to solve this.