Blue bullet

Examples of Cleaning the Filesystem

find /var/preserve -mtime +14 -exec rm -f {} ';'

Golf ball

This command removes files in /var/preserve two weeks after they were last modified.

Blue bullet

Make sure that users are aware of your cleanup policies!!

[Prev Page] [ Next Page ]