tips:cron_job
Cron job příklad
# * * * * * <user> <command to execute> # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ └───── day of week (0 - 6) (0 to 6 are Sunday to Saturday, or use names; 7 is Sunday, the same as 0) # │ │ │ └────────── month (1 - 12) # │ │ └─────────────── day of month (1 - 31) # │ └──────────────────── hour (0 - 23) # └───────────────────────── min (0 - 59)
http://en.wikipedia.org/wiki/Cron
http://www.centos.org/docs/5/html/5.2/Deployment_Guide/s2-autotasks-cron-configuring.html
tips/cron_job.txt · Poslední úprava: 2015/04/10 23:18 autor: 127.0.0.1
