[LINUX] Note: Periodically delete under / tmp without using tmpwatch

This article

Note

find /tmp -mtime +7 ! -type d -delete

At the end

Recommended Posts

Note: Periodically delete under / tmp without using tmpwatch
Modulo without using%