On 04/18/16 13:31, Gordon Messmer wrote:
On 04/18/2016 11:17 AM, g wrote:
lsof | grep deleted would work better.
Better how?
===>
'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.
lsof hasn't always been installed by default, while /proc is pretty reliably available.
===>
install lsof if not installed.