The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-05-2009
methyl methyl is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1,172
Check "man crontab" for the exact location of cron's files on your system.
Please state the unix/Linux version - there is much variation.

In general:
Check /usr/adm/cron/log to see if the job ran at all.
Run "fuser /usr/adm/cron/log" and check there is a process using the log (i.e. cron is running).
Check mail for the user of the cron for error messages.
Check /usr/adm/cron/cron.allow and /usr/adm/cron/cron.deny to make sure that the user is allowed to run a cron.