Forum Moderators: bakedjake
crontab -l
and edited them using:
crontab -e
However, when I tried to make some changes today, I entered the edit command but I was presented with an empty file. I exited without saving and tried to view the crontab.
The crontab -l command results in the following:
crontab: can't open your crontab file.
I've checked in cron.deny and this is empty and there is no cron.allow, and I'm logged in as the same user as normal.
Now the weird thing is, my cron jobs are still running.
How do I get to edit them?