Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kevinbranch

  1. kevinbranch

    when cron jobs finished, mails sent to the user

    You can avoid this by redirecting the output of the job in your crontab. Use * * * * * /path/to/job >> /dev/null and you will only get mailed the error messages; to ignore those as well, use * * * * * /path/to/job >> /dev/null 2>&1 Hope this works for you.

Part and Inventory Search

Back
Top