crontab について質問があります。
0 6 * * * cd /path/to/file
これは毎朝6:00に実行されるはずです
問題は、何らかの理由で、60分間毎分実行されることです...奇妙です。
私は何を間違っていますか?このファイルを指している他の crontab は存在しません
私はこれをオンラインで調査しましたが、このcrontab表記が正しいと思われます。ありがとう
crontab について質問があります。
0 6 * * * cd /path/to/file
これは毎朝6:00に実行されるはずです
問題は、何らかの理由で、60分間毎分実行されることです...奇妙です。
私は何を間違っていますか?このファイルを指している他の crontab は存在しません
私はこれをオンラインで調査しましたが、このcrontab表記が正しいと思われます。ありがとう
Are you using some strange editor that produce weird file endings or bad character encoding? Are you absolutely sure there's whitespaces everywhere it should? This is maybe trivial and needless to say, but I have encountered likewise problems where the solutions were of that kind. Check again :-)