Daily Archives: May 1, 2024

Viewing contents of an open filehandle on a deleted file

There are times when you may unintentionally delete a file which is being written to. When this occurs it will leave an Open Filehandle. In Linux open filehandles may be viewed via the ‘lsof’ command. # lsof +L1 In the … Continue reading

Posted in Command Line FU, Internals, Linux | Leave a comment