最終更新:2023-11-13 (月) 10:16:52 (164d)  

cron
Top / cron

Command Run ON ?

書式

* * * * * [実行コマンド]
「分」「時」「日」「月」「曜日」

cron/設定

設定ファイル

  • ディレクトリ
    • Linux/etc/cron.d?
    • Linux/etc/cron.daily?
    • Linux/etc/cron.hourly?
    • Linux/etc/cron.monthly?
    • Linux/etc/cron.weekly?
  • Linux/etc/cron.deny
  • Linux/etc/crontab?

ユーザーごとの設定コマンド

Mac OS X

システム全体

/etc/crontab

ユーザ別

/usr/lib/cron/tabs/ユーザ名

cron等をつかって外部のAPIに問い合わせる場合は、毎時0分を避けるのが大人のマナー

systemd/タイマー

  • systemctl status *timer?

cronie

Ubuntu/パッケージ

  • Linux/etc/cron.d?
  • Linux/etc/cron.daily?
  • Linux/etc/cron.hourly?
  • Linux/etc/cron.monthly?
  • Linux/etc/cron.weekly?
  • Linux/etc/crontab?
  • Linux/etc/default/cron?
  • Linux/etc/init.d/cron?
  • Linux/etc/pam.d/cron?
  • Linux/lib/systemd/system/cron.service?
  • コマンド

関連