The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-08-2008
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2007
Location: Germany
Posts: 2,311
You should redirect the output of your cronjob to some log like:


Code:
* * * * * /home/jupp/somejob.ksh >> /home/jupp/somejob.log 2>&1

Also check if you got mails for the user the cronjob is running, concerning the cronjob.

And have a look here, if you have problems with environmental settings etc.:
cron and crontab