I cannot get cron to run at all. I have debian and have tried using crontab with root and my user account with no success. The job never runs as scheduled. I've tried restarting /etc/init.d/cron, rebooting, killing. There was not even a cron.log in /var/log, so I never get an error message. Does anyone have any idea what I'm doing wrong? Here is my cron statement written for root:
*/5 * * * * root /bin/bash /var/
Thanks in advance.
Joe.
*/5 * * * * root /bin/bash /var/
Thanks in advance.
Joe.