This question already has an answer here:
What's the simplest test that I can do to check if my cron jobs are working?
|
This question already has an answer here: What's the simplest test that I can do to check if my cron jobs are working? |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Set up a test cron:
This will write "test" to the file /tmp/crontest.txt every 5 minutes Ensure the cron daemon
Check the logs using
Try |
||||
|
Simply change their execution time and see the result ! :) If you have cron that will run on
change it to
where hh and mm is an hour and minute very near to the actual time. Once verified the execution restore the correct timing |
|||
|
|
|
/2**** touch cronrunning >/root/Desktop it will show u file coming to desktop |
|||||
|