1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

cron って??

Last updated at Posted at 2020-09-30

【cron】

業務内で出てきたので、この機会にまとめました。
次から次に新しい用語が出てきて毎日大変ですが仕事が楽しいです。

cronとは。

設定したスケジュールに従って、指定されたプログラムを定期的に起動してくれるもの。

いつにプログラムを動作させるかを前もって指示を出しておく。
そうすることで指定した時間の間、プログラムが実行される。
→定期的に何回も動いているプログラムなどが一般的。
 1回だけ動かすものは、cronの意味はない。

cronは、ITの常識である。

多くのUNIX系のOSで標準的に利用される常駐プログラム(デーモン)の一種。
Linux運用で欠かせないツールである。

私が携わっている業務での使い方。

・cronによって、日時起動で終了時刻までループ処理(バッチ処理)で使用している。
・プログラムでのcronの設定は、分、時、日、曜日、月まで細かく指定している。
・システムのチェック、バックアップ処理などにcronを使っている。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?