LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   interpreting a cron (https://www.linuxquestions.org/questions/linux-general-1/interpreting-a-cron-243002/)

nitaish 10-15-2004 10:35 AM

interpreting a cron
 
Hello,
I have a cron running in one of my servers. It goes something like this

02 4 * * * /usr/local/psa/admin/sbin/statistics

I would like to understand this. Can you tell me how to interpret it ?

Thanks
Regards
Nitaish

druuna 10-15-2004 12:18 PM

Before I answer this question: You could have found the answer using your favorite searchengine and/or the manpages.

Ok, as explained in man 5 crontab:

02 4 * * * /usr/local/psa/admin/sbin/statistics

Run /usr/local/psa/admin/sbin/statistics at 04:02 hours.

Hope this helps.


All times are GMT -5. The time now is 05:41 AM.