Why I hate Ubuntu sometimes - crontab not enabled
I’m trying to set up cron to run jobs for me. I have to go look up the weird syntax but OK. Found it. Everything looks fine but the jobs don’t work. Go on vacation. Come back and try again. Syntax is OK. Everything looks fine but the jobs don’t work. Dig, dig, dig. Find this Unix Crontab - setting up cron jobs using crontab You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can use crontab. ...