0

How to avoid cron mails in centos

I configured cron' s in my centos server, When the cron executed i got cron mails. I dont know how to avoid it. if any body knows the solutions please help me......!!!

andrew
asked Oct 9, 2017
1 Answer
0

You can redirect your cron mail alert to null directory, like bellow....!!!

# crontab -e
* * * * * /script/test.sh > /dev/null 2>&1
View More
piraisudanrajendran
answered Oct 10, 2017
Your Answer
||||
x
 
100:0