crontabの設定

cron動かしたいなぁと思ったのでメモ。

/etc/rc.d/init.d/crond status


一番はじめのcrontabの設定メモ

root:~# crontab -e
no crontab for root - using an empty one

Select an editor.  To change later, run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/vim.basic
  4. /usr/bin/vim.tiny

もちろんvimの3。(私は。ですけど。)

で、enter押すとcrontabの設定ファイルを開けます。

・・・・まぁそんだけですけどね。