Account Menu
Hosting Services
Domain Services
Other Services
Pricing
|
|
|
| |
| Knowledge Base |
|
| |
| Article number: kb-7 | Q. How do I keep my crontab from sending an email every time it runs ?
A. Add " >/dev/null 2>&1 " after the entry in the crontab, so that it might looks like
0 * * * * /home/uesr/backup.pl >/dev/null 2>&1
|
| This page has been viewed 1372 times |
|
Return to Search
|
|
|