HOw to prevent emails from?
Posted: Fri Feb 14, 2014 10:33 am
As topic, how do I prevent messages from my cron job?
Thanks :)
Thanks :)
Code: Select all
echo "ok" >/dev/null 2>&1
I did that and got several files in my home folder (all empty)skid wrote:You can null the output by adding ">/dev/null 2>&1" to the end of your command likeCode: Select all
echo "ok" >/dev/null 2>&1
Code: Select all
v-delete-cron-reports admin
Ah thanks nice :)skid wrote:It sounds like something wrong with the redirection. Can you show the full command you use?
Anyway you can completely disable cron reporting for the user account if you run followingwhere admin is you target user.Code: Select all
v-delete-cron-reports admin