大规模Linux集群架构最佳实践:如何管理上千台服务器pdf下载
首先查看cron有没有启用
service crond status
如没有启用
就执行
service crond start
这样就可以了。。。。。
转载请注明:谷谷点程序 » linux下计划任务没有执行的解决方法