On Sep 24, 03:05:47 PM (Monday), or Thereabouts, Dileep Kumar M wrote:
>> log files in /var every half an hour. Each time the cron is executed
>> my inbox rev's a mail. Is it possible to stop this. 

You'll receive mail from cron either if the command executed from cron sends
you the mail or if the command being executed generates any
output(errors,status, etc).

Either change the value of the MAILTO variable in your crontab, or redirect
the output of the cron entries to /dev/null -

 * * * * *  /path/to/command > /dev/null

Regards,
 _/ Ravi Ananth Giri _/ Ishoni Networks _/
_/_/ http://www.geocities.com/raviagk_/_/


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to