linux中crontab文件

http://blog.csdn.net/fdipzone/article/details/51778543

0 12 * * * php /Users/fdipzone/test.php >> /Users/fdipzone/test.log 2>&1

0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m-\%d").log" 2>&1

使用月份命名

0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m").log" 2>&1
0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-W\%W").log" 2>&1

使用小时命名

* * * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m-\%d_\%H").log" 2>&1

转自:lamp兄弟连

查看所有用户的周期计划任务
root@raspberrypi1G:/home/pi/shell# grep -v "^#" /var/spool/cron/crontabs/*
linux crontab - 踏雪寻梅 - WEB程序员之家

linux crontab - 踏雪寻梅 - WEB程序员之家

 

linux crontab - 踏雪寻梅 - WEB程序员之家
    A+
发布日期:2013年12月10日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: