1. 程式人生 > >centos定時任務設定檢視

centos定時任務設定檢視

編輯當前使用者的定時任務表: crontab -e
00 19 * * * find /usr/bop/configuration/log/ ! -mtime -3  -exec rm {} \;
檢視當前使用者的定時任務: crontab -l