This is how it looks

* * 10 * * php sendmail.sh

I want this to send mail on the 10th of every month.

link|improve this question

i like write-only users... :( – asdmin Aug 27 '09 at 14:34
feedback

2 Answers

up vote 15 down vote accepted

Then you need to set a time. * means repeat minute/hour/day/whatver. What you want is

1 0 10 * * php sendmail.sh
link|improve this answer
Ah I somehow missed that – Roland Aug 27 '09 at 9:12
feedback

Here is a nice reminder : alt text

link|improve this answer
3  
As long as it's /etc/crontab (or /etc/cron.d), user crontabs have no username field. – theotherreceive Aug 27 '09 at 12:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.