How do I run this cron job?

Danny Howard dannyman at toldme.com
Thu May 19 15:57:43 PDT 2005


Odhiambo Washington wrote:

>Perhaps trivial....
>
>How do I run a cron job at the end of every month?
>
Type:

man 5 crontab

[...]
     # run at 2:15pm on the first of every month -- output mailed to paul
     15 14 1 * *     $HOME/bin/monthly
[...]

When you are ready to rock, type:
crontab -e

Good Luck.

-danny

-- 
http://dannyman.toldme.com/



More information about the freebsd-questions mailing list