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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-08-2007
ronix007 ronix007 is offline
Registered User
 

Join Date: Aug 2007
Posts: 28
This happens if you not executing the cron job under root. Only root executes the CRON jobs mentioned under crontab. To execute your own script for testing, just create your own user ID under cron directory(Crontab). Then, write a fresh crontab -e script and execute it manually.

Else, you need to put this command under the crontab file, which executes automatically by root. Also, check if you are getting any error message in the *.err file.

Thanks,
Rohit..
Reply With Quote