BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] recover contents of deleted but still open file on a Linux system.



On Thu, Jul 9, 2020 at 3:41 PM Steve Harris <vsharris at gmail.com> wrote:
>
> Doing it the hard way:  https://www.theregister.com/2020/07/06/who_me/

The comment section for that article is where I learned about using
/proc/$PID/fd
to recover files.  Much easier and probably less error prone.

Bill