Cron 系統排程
先來看看參數的部份
# Example of job definition:
# .---------------- minute (0 - 59) 分
# | .------------- hour (0 - 23) 時
# | | .---------- day of month (1 - 31) 日
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... 月
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat 星期
# | | | | |
# * * * * * command to be executed 執行的命令
留言
張貼留言