The UNIX and Linux Forums  


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 -->
  #1 (permalink)  
Old 11-17-2008
Geller Geller is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 19
Question Setting up cronjobs

hello all,

I have a shell script and I need to schedule it in crontab, I have the next line:

06 16 * * 1,2,3,4,5 /usr/bin/ksh /path/path/name.sh > /path/path/name.log

first, I scheduled from Monday to Friday but it doesn't run, the log file is empty.. any idea why is causing this?

note: my shell works if I run it manually.

Thanks!