Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2分ごとにスクリプトを実行するのはなぜですか? 10分ごとに実行するべきではありませんか?
*\10 * * * * /usr/bin/python /var/www/py/LSFchecker.py
*\10 * * * *
おそらく
*/10 * * * *
あなたが試すことができます:
00,10,20,30,40,50 * * * * /usr/bin/python /var/www/py/LSFchecker.py