![]() |
||||||||||||||||
![]() |
||||||||||||||||
|
|
||||||||||||||||
|
Examples of Cleaning the Filesystem |
||||||||||||||||
|
find /var/preserve -mtime +14 -exec rm -f {} ';' |
||||||||||||||||
|
|
||||||||||||||||
|
This command removes files in /var/preserve two weeks after they were last modified. |
||||||||||||||||
|
|
||||||||||||||||
|
Make sure that users are aware of your cleanup policies!! |
||||||||||||||||
|
|
||||||||||||||||