The UNIX and Linux Forums  

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




Thread: Crontab Problem
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-16-2008
bullz26 bullz26 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 78
Thumbs down Crontab Problem

Hi All,

I have a crontab entry like this... but it's not runing at all...!

30 0 * * * /health_check/FS.sh > /dev/null

it should run everyday midnight 1:30 AM

is it the problem with that space b/w script and /dev/null ?