does the following crontab entry
01 * * * * root run-parts /etc/run.hourly
read
run  at 1 am everyday and month run-parts ?

The problem is I thought crontab entries were of the format

   Minute Hour  DayOfMonth   Month   DayOfWeek   Command
eg 0       1      *            *         *       root run-parts /etc/run.hourly
But in run.hourly command there is an extra *, is this an error?

If I change the command to 
     
   /30    1       *            *          *    root run-parts /etc/run.hourly

Then this command will every half hour right ? 

Help !
Larry<[EMAIL PROTECTED]>





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to