crontab -e, -l, -r
-e: 编辑crontab定时任务
-l: 查询crontab任务
-r: 删除当前用户所有的crontab任务
案例: */1 * * * * date >> /crontabtest.txt 每分钟写时间测试
crontab -e, -l, -r
-e: 编辑crontab定时任务
-l: 查询crontab任务
-r: 删除当前用户所有的crontab任务
案例: */1 * * * * date >> /crontabtest.txt 每分钟写时间测试