I have a cron job set up for daily execution (on my own ubuntu, just for trial) like so:
0 0 * * * /path/exec.sh
It is been set for daily execution. I usually open my machine around 8a.m. I would like to find out
- what time my cron job ran, if it has already run ?
- I would also like to see if any of my cron job is running at the moment?
Is there a way to find out IF a cron job is actually running at the moment?