0
0

More than 1 year has passed since last update.

cronまとめ

Posted at

LinuxやUnixでは、プログラムを決まった時間に自動で走行することができます。
cronは、ジョブを自動実行するためのデーモンプロセスです。

ジョブの作成
crontab -e

実行中のジョブの確認
crontab -l

ジョブの停止
crontab -r

link

crontabの記述方法

0
0
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
0
0