[CentOS] Suddenly increased my hard disk

Tue Apr 19 01:23:28 UTC 2016
Robert Nichols <rnicholsNOSPAM at comcast.net>

On 04/18/2016 03:45 PM, Gordon Messmer wrote:
> On 04/18/2016 01:18 PM, g wrote:
>> 'lsof', aka, list open files, will list every open file on system, and
>> there
>> are a lot.
>>
>> 'grep deleted' will list_only_  the deleted files that are still open.
>
> That's exactly the same thing that "ls -l /proc/*/fd/* | grep
> '(deleted)'" will do. So how is lsof better, exactly?

lsof will show the sizes of the deleted files.

      lsof | grep deleted | sort -k7n

-- 
Bob Nichols     "NOSPAM" is really part of my email address.
                 Do NOT delete it.