Linux crontab定時任務

crontab -l 列出當前的任務 crontab -e 編輯任務 格式: minute hour day month dayofweek command minute - 從0到59的整數  hour - 從0到23的整數  day - 從1到31的整數 (必須是指定月份的有效日期) month - 從1到12的整數 dayofweek - 從0-6的整數,0週日 command - 須要執行
相關文章
相關標籤/搜索