I would like to run a program at 2:35 at the first Saturday of each odd month.
 
My solution:
35 2 1-7 1,3,5,7,9,11 6 /bin/program
 
The program was executed yesterday = Wednesday = day 3,  cron ignores the day 
of the week!
 
Is there a solution with cron - or have I to write a script to check the date?
 
Helmut
 
 
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to