我有两个cron作业,第一个应该每分钟执行一次,第二个应该每两分钟完成一次 .

在我的crontab文件中

*/1 * * * * /home/fileserver/Desktop/Test/DBBackgrounder.exe;
*/2 * * * * echo "Date Successfully Updated: $(date)" >> /var/log/DBBackgrounder.log

我试过这个,但这两个工作每分钟都在运行 .