Get Deleted File

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar

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)'