run_a_cron_job_every_10_minutes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| run_a_cron_job_every_10_minutes [2018/12/06 21:05] – created 91.177.234.129 | run_a_cron_job_every_10_minutes [2019/01/30 11:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Run_a_cron_job_every_10_minutes ====== | + | ==== Layout of crontab ==== |
| - | + | < | |
| - | =====Layout of crontab===== | + | - +---------------- minute (0 - 59) |
| - | < | + | - | +------------- hour (0 - 23) |
| + | - | | +---------- day of month (1 - 31) | ||
| + | - | | | +------- month (1 - 12) | ||
| + | - | | | | +---- day of week (0 - 6) (Sunday=0 or 7) | ||
| + | - | | | | | | ||
| + | * * * * * / | ||
| + | </ | ||
| To get cron to run a task every 10 minutes, some Unix's allow this: | To get cron to run a task every 10 minutes, some Unix's allow this: | ||
| + | < | ||
| */10 * * * * / | */10 * * * * / | ||
| + | |||
run_a_cron_job_every_10_minutes.1544130327.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129
