Cron job at specific interval of minutes

Akhil Sundar

I need to run a cron job in linux at 20 minutes interval everyday. The most important thing is, it must be on specifically 10th, 30th and 50th minutes. I think I need to run 3 cron jobs as :

10 * * * * /path_to_script
30 * * * * /path_to_script
50 * * * * /path_to_script

Is it possible to meet this requirement using a single cron job ?

num8er
10,30,50 * * * * /path_to_script

or

10/20 * * * * /path_to_script

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Running cron job in specific directory

분류에서Dev

Set Interval in Node.js vs. Cron Job?

분류에서Dev

Every 5 min cron job between specific time (Windows server 2008 and batch file)

분류에서Dev

CRON job that kills a process started by previous CRON

분류에서Dev

nginx logrotate error on cron job

분류에서Dev

Switching shells for one cron job

분류에서Dev

Filter rows by specific interval

분류에서Dev

Cron suddenly calls a script every 15 minutes

분류에서Dev

Can cron job add some information to cron log?

분류에서Dev

Crontab cron job will not run with url with parameter

분류에서Dev

Cron job still running when deleted

분류에서Dev

How to run a cron job to execute every minute?

분류에서Dev

My cron job doesn't run

분류에서Dev

Cron Job: Redirecting shell script output to a file

분류에서Dev

Why my cron Job does not work?

분류에서Dev

Cannot run cron job for a php script

분류에서Dev

Cron job log reads 'No MTA installed', does that prevent the CRON job from finishing?

분류에서Dev

Reschedule AsyncTask to run for next 20 minutes at the interval of 4 minutes if no internet connection is available

분류에서Dev

aws lambda cron expression for 5 minutes before each hour

분류에서Dev

Symfony Form Dropdown list with numbers in a specific interval

분류에서Dev

hide and show li at specific time interval

분류에서Dev

Execute a cron job from a method using python in odoo 12

분류에서Dev

Cron job does not fire up after a timezone change

분류에서Dev

Run multiple cron jobs where one job takes a long time

분류에서Dev

cron job doesn't fire working php script, generates errors

분류에서Dev

when the cron job start after installing new crontab?

분류에서Dev

Trying to schedule first cron job, does this schedule look good

분류에서Dev

How to use cron job on localhost in Windows with Laravel 5

분류에서Dev

Python Script/Unix Executable Runs in Terminal, Fails as Cron/Launchd job

Related 관련 기사

  1. 1

    Running cron job in specific directory

  2. 2

    Set Interval in Node.js vs. Cron Job?

  3. 3

    Every 5 min cron job between specific time (Windows server 2008 and batch file)

  4. 4

    CRON job that kills a process started by previous CRON

  5. 5

    nginx logrotate error on cron job

  6. 6

    Switching shells for one cron job

  7. 7

    Filter rows by specific interval

  8. 8

    Cron suddenly calls a script every 15 minutes

  9. 9

    Can cron job add some information to cron log?

  10. 10

    Crontab cron job will not run with url with parameter

  11. 11

    Cron job still running when deleted

  12. 12

    How to run a cron job to execute every minute?

  13. 13

    My cron job doesn't run

  14. 14

    Cron Job: Redirecting shell script output to a file

  15. 15

    Why my cron Job does not work?

  16. 16

    Cannot run cron job for a php script

  17. 17

    Cron job log reads 'No MTA installed', does that prevent the CRON job from finishing?

  18. 18

    Reschedule AsyncTask to run for next 20 minutes at the interval of 4 minutes if no internet connection is available

  19. 19

    aws lambda cron expression for 5 minutes before each hour

  20. 20

    Symfony Form Dropdown list with numbers in a specific interval

  21. 21

    hide and show li at specific time interval

  22. 22

    Execute a cron job from a method using python in odoo 12

  23. 23

    Cron job does not fire up after a timezone change

  24. 24

    Run multiple cron jobs where one job takes a long time

  25. 25

    cron job doesn't fire working php script, generates errors

  26. 26

    when the cron job start after installing new crontab?

  27. 27

    Trying to schedule first cron job, does this schedule look good

  28. 28

    How to use cron job on localhost in Windows with Laravel 5

  29. 29

    Python Script/Unix Executable Runs in Terminal, Fails as Cron/Launchd job

뜨겁다태그

보관