週期性計畫任務

2022-06-17 05:48:10 字數 471 閱讀 5966

週期性計畫任務:

軟體:cronie/crontabs--------------crond

日誌檔案:/var/log/cron

分 時 日 月 周 任意命令(絕對路徑)

30 8 * * *  每天8:30

30 23 * * 5 每週五23:30

*:任意範圍

,:分割多個不連續的時間點 1,3,5

-:指定連續的時間範圍       1-5

/n:指定時間頻率,每n..  */2

cat /var/spool/cron/root   ---任務檔案

crontab [-e編輯] [-l檢視] [-r刪除] [-u u_name]

crontab -e -u root

*/10 10 * * *     echo 'hell0' >>  /test.txt      每天10點每10分鐘追加寫入hello到/text.txt檔案

配置週期性計畫任務

一 定義 定時執行任務 二 格式 1.使用 student,檢查自己的週期性計畫任務,現在是空的 student desktop1 crontab l no crontab for student 2.使用crontab e,編輯student自己的週期進化任務 每分鐘向 home student ...

週期性計畫任務 cron

檢視 crontab l u 使用者名稱 清除 crontab r u 使用者名稱 執行週期 配置說明 分鐘從0到59之間的整數 小時從0到23之間的整數 日期從1到31之間的整數 月份從1到12之間的整數 星期0 7之間的整數,0或7代表星期日 符號 含義 匹配範圍內任意時間 分割多個不連續的時間...

配置週期性計畫任務

一 定義 定時執行任務 二 格式 1.使用 student,檢查自己的週期性計畫任務,現在是空的 student desktop1 crontab l no crontab for student 2.使用crontab e,編輯student自己的週期進化任務 每分鐘向 home student ...