On Thu, 1 Mar 2001, Collin McCrank wrote: > I was wondering if there is a way to stop cron from e-mailing the owner > of the cronjob. Redirect the output to /dev/null: * * * * * /bin/do-the-ping > /dev/null 2>&1 -- David.