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 following example here was the situation. $ lsof +L1 COMMAND PID USER FD TYPE DEVICE
Read More