Linux 定时任务笔试题
**案例4:每天凌晨12点 查找/data目录下7天前的文件并删除(7天前的文件通过修改时间来创建)[笔试题](https://51tbox.com/ "View all posts in 笔试题")** 00 00 \* \* \* root find /data/ -type f -mtime +7 -name "\*.log"\|...
**案例4:每天凌晨12点 查找/data目录下7天前的文件并删除(7天前的文件通过修改时间来创建)[笔试题](https://51tbox.com/ "View all posts in 笔试题")** 00 00 \* \* \* root find /data/ -type f -mtime +7 -name "\*.log"\|...