Cron

Problem
Your "cron" job on server.example.com
*       /root/cronJobs/apacheLogs.sh #2> /dev/null

produced the following output:

sh: Desktop: not found


Reason
One too many fields in the crontab entry. crontab entries should have EXACTLY 6 columns.