Introduction
There is an interface in cPanel to manage cPanel users' cron jobs, but there is no editor available in WHM to edit root cron jobs. However, both may be edited from the command line. This article provides the procedure to disable cron email notifications from the command line.
Procedure
- Access the server's command line as the user via SSH or "Terminal."
- Open
crontab
in editing mode.crontab -e
- Add the following to the end of the line for which notifications should be disabled.
> /dev/null 2>&1
- Save the changes and exit the editor.
Comments
0 comments
Article is closed for comments.