我已经在cron.txt文件中创建了一个cronjob任务列表。此文件包含要执行的cron作业列表。
From this, consider job A should be run 3 times every day,
* job B should be run 4 times in a week
* job C should be run 8 or 9 times in a month.
我已经为它创建了一个crontab,以便在每一分钟内执行。它给服务器带来了更多的负载。如何减少服务器的负载?**,因为事件将在一天内排定两三次。如何在Linux中调度
我有一个问题,crontab根本不能运行我的脚本。我已经将脚本简化为一行,但它仍然不能运行:
$ cat /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file