Categories
How to check if cron is working?
I have never worked with cron, and not so much with Linux, so help me out. How can I check if cron is working? Or let's do something that would be output to the console after starting every minute?
Answer the question
In order to leave comments, you need to log in
grep -i cron /var/log/syslog
Do you need to see if cron works in general, or see how it performs a specific task?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question