Disable cronjob email notifications


To stop cron from sending email alerts when a cronjob runs, just append this.. &> /dev/null

For example..

0 * * * * /usr/bin/local/somescript &> /dev/null



  Tags:

Looking for great online sysadmin training in Linux, Security & Hacking and many others?

Back