Category Archives: Internals

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

What every Programmer *should* know about Memory

For my fellow Insomniacs out there… If you are up scrolling your phone for things around the Google-verse to read to shut off your brain so you can possibly go to sleep.. I came across this article on LWN which … Continue reading

Posted in Internals, Linux | Leave a comment