963 shaares
5 results
tagged
crontab
To prevent the sending of errors and output, add any one of the following at the end of the line for each cron job to redirect output to /dev/null.
>/dev/null 2>&1.
OR
&> /dev/null
>/dev/null 2>&1.
OR
&> /dev/null