Richard Humphrey wrote: > Is there a way to tell crontab to stop emailing me every time that it > performs the scheduled command? Does the command produce output and/or errors? If so, I believe the default is to mail it to the job owner. Just redirect the output to the bit bucket from the crontab: foo > /dev/null 2>&1 > Richard Humphrey Ry