LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Cron job (https://www.linuxquestions.org/questions/linux-general-1/cron-job-173574/)

rajasekarvr 04-23-2004 12:11 AM

Cron job
 
Hi,

How to activate my cron job every 10 mins in linux 9.0?

Eg: 10 * * * * /sbin/df -h


Regards

Rajasekar

micxz 04-23-2004 01:12 AM

If I remember correct it's:

*/10 * * * * /path/to/script
or
0,10,20,30,40,50 * * * * /path/to/script

But check to make sure

cmfarley19 04-23-2004 05:30 AM

Code:

*/10 * * * * /path/to/script
Should do it.

nerdstat 05-03-2004 04:16 PM

Code:

0,10,20,30,40,50 * * * * /path/to/script
should also do it...

micxz 05-03-2004 05:35 PM

Sounds like an echo in here'


All times are GMT -5. The time now is 02:04 AM.