编辑当前用户的定时任务表: crontab -e00 19 * * * find /usr/bop/configuration/log/ ! -mtime -3 -exec rm {} \;查看当前用户的定时任务: crontab -l