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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
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.