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