I am running Ubuntu server 9.10, and I am trying to set up some commands in my crontab. However, it seems that none of these commands are executed. I have noticed that there is a crontab group. Do I need to be a member of this group in order for cron to like me?
|
feedback
|
|
You do not need to be a member of the cron group to run cronjobs, just debug the commands you are trying to run. | |||||||||
feedback
|
crontab -e, but the E and R keys are right next to each other. Time to figure out where my crontab actually resides so I can restore it from backups. – Ryan Thompson Jul 16 '10 at 16:00