Get Deleted File
Get Files, in linux, that were deleted and are currently in use.
Common scenario where the process locks the object writing data in it and consuming file system space but the file reference do not exist.
find /proc/*/fd -ls | grep '(deleted)'