【发布时间】:2011-03-09 18:03:33
【问题描述】:
我在 python 中的脚本不是每分钟都通过 crontab 会发生什么。 我的脚本具有执行权限,然后在 python 中调用另外两个脚本。
This is the content of my crontab (#crontab -l):
*/1 * * * * /usr/bin/rsm/samplesMonitor.py
感谢你们。
【问题讨论】:
-
您的文件的确切权限是什么?
标签: python cron execution crontab