LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Quick Question about cron job (https://www.linuxquestions.org/questions/linux-general-1/quick-question-about-cron-job-81046/)

andy18 08-11-2003 03:24 PM

Quick Question about cron job
 
Hi,

We have a crobjob setup on the server and I am unable to identify what does it means :

*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1


what does the /5 mean?

jailbait 08-11-2003 04:03 PM

"what does the /5 mean?"

It means run this command every 5 hours. Without the / it would mean run the command at 05:00 every day.

andy18 08-11-2003 04:16 PM

Hi jailbait,

Thanks !


All times are GMT -5. The time now is 03:24 AM.