Blue bullet

Examples of Cleaning the Filesystem

Institute some sort of nightly disk space reclamation out of cron.

Blue beveled bullet

find / -xdev -name core -atime +7 -exec rm -f {}

Golf ball

This command removes core images that have not been accessed in a week.

[Prev Page] [ Next Page ]