別のホストに同じタスクをインストールしましたが、うまく動作するため、crontabファイルで使用される構文が正しいと確信しています。構文は次のとおりです。
05 10 * * mon,wed,fri /app/aban/scripts/remove_log.sh >> /app/aban/scripts/remove.log 2>&1
さらに私はこれを試しました:
* * * * * /app/aban/scripts/remove_log.sh
エラーは次のとおりです。
crontab: installing new crontabempty one
"/tmp/crontab.fuqF5D":0: bad minute
errors in crontab file, can't install.
Do you want to retry the same edit? n
crontab: edits left in /tmp/crontab.fuqF5D
私は「aban」ユーザーとしてログインしています。同じユーザーログインを使用して他のホストにcronjobをインストールできます。
どんな提案がありますか?