1 crontab -e 模式不需要指定用户
2 /etc/crontab 写入模式需要指定用户
3 更改后需要service crond reload以及service crond restart命令重读配置文件以及重启服务
4 如果需要通过更改系统时间测试执行情况的 需要设定为目标时间之前五分钟左右 (系统需要五分钟左右准备时间)
1 crontab -e 模式不需要指定用户
2 /etc/crontab 写入模式需要指定用户
3 更改后需要service crond reload以及service crond restart命令重读配置文件以及重启服务
4 如果需要通过更改系统时间测试执行情况的 需要设定为目标时间之前五分钟左右 (系统需要五分钟左右准备时间)
转载于:https://www.cnblogs.com/aggavara/archive/2012/11/30/2796151.html