Get Deleted File: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
(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...')
 
(Sem diferença)

Edição atual tal como às 15h26min de 10 de novembro de 2023

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