Tags: crontab

Crontab: avoid mail for one cron job

Categories: BSD, Linux
Tags: ,
Published on: September 27, 2010

If you don’t want the cron mail for one cronjob you’ve to use the /dev/null redirection in the crontab entry:


 */10 * * * * /sbin/yourcommand -options > /dev/null 2>&1

page 1 of 1
Please support our sponsors ;)
Welcome , today is Sunday, May 20, 2012