crontab

排程作業按時間間隔執行。 更多資訊:https://crontab.guru/.

crontab -e

sudo crontab -e -u {{使用者名稱}}

crontab {{檔案/完整/路徑}}

crontab -l

crontab -r

0 10 * * * {{執行命令}}

*/10 * * * * {{執行命令}}

30 2 * * Fri {{sh檔路徑}}