crontabの書き方

分 時間 日 月 曜日 コマンド名
* * * * * command
1分おきに command を実行する。
10 3 1 * * command
毎月1日の3時10分に command を実行する。
0 12 * * 0 command
毎週日曜日の12時に command を実行する。
30 0-23/2 * * * command
x時30分から2時間おきにコマンド実行
http://x68000.q-e-d.net/~68user/unix/pickup?crontab
http://www.meganekko.nu/Horry/txt/FreeBSD/server.html
http://www.dream-seed.com/linux/cron.html
http://www.jp.redhat.com/manual/Doc72/RH-DOCS/rhl-cg-ja-7.2/cron-task.html


その他

タイトルとURLをコピーしました