LoginSignup
1
0

More than 1 year has passed since last update.

QNAP NASでcrontabの設定

Posted at

QNAP NASのCRONTAB

QNAPにSSHでログインして

crontab -e

を実行してもエディタとして動いてくれない。

回避策

設定ファイルの書き換え

vim /etc/config/crontab

で内容を変更

設定を反映及び再起動

crontab /etc/config/crontab
/etc/init.d/crond.sh restart

反映の確認

crontab -l
1
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
1
0