How to locate large files (> 100 MB) in /home/ for 'cleaning'?
It's Centos 6.x. I tried some commands, but they didn't work.
|
|
Find has it's own
should do what you want. Just be careful about where you put the -delete option
If you want to test this before using it then you need to add
|
|||||||||
|
|
Just find:
find and remove
|
|||
|
|
|
|
|||
It searches not for large files but for large folders. In case of running out of file space I try to look both for large files and large folders to identify problematic areas. |
|||||
|