0 /8 / 每隔八小时
30 9-18 9到18点每半小时
0 1,12,18 每1点12点18点
cat /var/spoll/cron/用户名 路径
/etc/crontab cron的主配置文件,可以定义PATH cron格式如下: #.----------------分钟 (0 - 59) # |
.------------- 小时 (0 - 23) # |
.---------- 日 (1 - 31) # |
.------- 月 (1 - 12) # |
.---- 周 (0 - 6) (周日=0 or 7) |
---|
# * user-name command to be executed
cron 也是一个服务,所以需要先启动服务才能生效:service crond start; service crond status
原文:http://blog.51cto.com/amazing61/2063831