Quote:
Originally Posted by benito
Many thanks Spiral, +L1 shows a lot of large files deleted. There is any way to clear that w/o reboot?
|
Reboot would be the easiest way ...
However, you could do a "ps -ef | grep ####" where #### is the PID
shown in your 'lsof' command output next to the large files to be cleared
to find out exactly what process is holding those file pointers open
and then restart that specific process or service.