[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: cron every 5 minutes



On 21-Oct-2001 Lance Hoffmeyer wrote:
> Isn't the syntax to have cron run every five and not send email to anyone
> 
> MAILTO=""
> 5 * * * * <run program>
> 

not so sure about the MAILTO thing.  If the run generates an error the admin
may still get a message I think.  Why not just have it do:

program > /dev/null 2>&1



Reply to: