![]() |
||||||||||||||||||||
![]() |
||||||||||||||||||||
|
|
||||||||||||||||||||
|
Examples of Cleaning the Filesystem |
||||||||||||||||||||
|
Institute some sort of nightly disk space reclamation out of cron. |
||||||||||||||||||||
|
|
||||||||||||||||||||
|
find / -xdev -name core -atime +7 -exec rm -f {} |
||||||||||||||||||||
|
|
||||||||||||||||||||
|
This command removes core images that have not been accessed in a week. |
||||||||||||||||||||
|
|
||||||||||||||||||||