How can I tail the running cron job, so that I can come to the conclusion that my job is going on.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com May 17 '11 at 10:41
|
In your script you could echo something like
If you want to check 'live' what your job is doing, just do Another option is to log the start (or the end) of your script in syslog with the |
|||||
|
|
You need to find out the PID of your job:
After that you can check if your job is working, by tracing its actions with |
||||
|
|
