清除/tmp超过3天的文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清除/tmp超过3天的文件相关的知识,希望对你有一定的参考价值。
Clear files in /tmp directory that are older than three days - terminal/cronthis is a very simple example - could also remove by last access time, etc.
#command line / shell script sudo find /tmp -depth -type f -atime +3 -exec rm {} ; #crontab 0 0 * * * /usr/bin/find /tmp -atime +3 -exec /usr/bin/rm {} ;
以上是关于清除/tmp超过3天的文件的主要内容,如果未能解决你的问题,请参考以下文章
通过从 SQL Server 中的当前日期删除超过 180 天的所有记录来清除
sql SQL命令用于清除超过30天的InfiniteWP已删除站点和活动数据。默认的InfiniteWP表前缀是iwp_,i