設定 - Cron
ナビゲーションに移動
検索に移動
概要
Cronの設定
以下のCronのフォーマットに従って、自動実行するコマンドまたはプログラムを記述する。
# Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of month (1 - 31) # | | | .------- month (1 - 12) or (jan, feb, mar, apr, ...) # | | | | .---- day of week (1 - 7) (Sunday = 0, Monday = 1, ...) or (sun, mon, ...) # | | | | | # * * * * * username command-to-be-executed