查找20天前的信息find /myserver/ftproot/10/record_10/ -type f -mtime +20 -exec ls -l {} ;删除20天前的信息find /myserver/ftproot/10/record_10/ -type f -mtime +20 -exec rm {} ;