I’ve got several PHP scripts that run daily as cron jobs and work fine but I now need to add another one. It was quite some time ago that I set these up and can’t remember exactly how i did it so I went to the tutorial (only one I could find is for 18.04) and tried the two options shown for editing the crontab: crontab -e and sudo nano /etc/crontab
Neither of these crontabs showed the tasks I’d previously added which still run every day.
Any suggestions on where else I can look or any other commands I can try?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Found the answer. The jobs were created as root and I was logging in as a non-root su. My understanding (obviously wrong) was that the /etc/crontab would show ALL the jobs and this was confusing the heck out of me. Further reading helped me realise my error and when I logged in as root the jobs were all visible.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.