Get Deleted File

De Wiki Clusterlab.com.br
Revisão de 15h26min de 10 de novembro de 2023 por Damato (discussão | contribs) (Criou página com 'Get Files, in linux, that were deleted and are currently in use. <br> Common scenario where the process locks the object writing data in it and consuming file system space b...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
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)'