01 October 2007 20:00
Disable the mail alert by crontab command
by camel & 1 other (via)Cron Job Prevent the sending of errors and output
To prevent the sending of errors and output, add any one of the following at the end of the line for each cron job to redirect output to /dev/null.
01 October 2007 11:00
Disable the mail alert by crontab command
by lecyborg & 1 otherQ. How do I to disable the mail alert send by crontab? When my job is executed and the jobs cannot run normally it will sent an email to root. Why do I receive e-mails to my root account from cron? How can I prevent this?
A. crontab command is use to maintain crontab files for individual users.
1
(2 marks)