script not been run as schedule in cronjob

jayzee

Verified User
Joined
Jul 11, 2007
Messages
9
Hi all,

I had setup cronjob to run a script at certain time of the day. However, the script seem not been run at all.

Cron service is running with a ps ax check.

any solution for this?

Running:
DA
CentOS release 4.4
 
You'll have to figure out why the script hasn't run.

Have you used complete paths in everything in the script? The script doesn't necessarily run under the same environment you used when you wrote it.

Can you put something into the script, for example, to send you an email?

Jeff
 
Back
Top