This is a follow-up to Dynamic Shared Library compilation with g++. I’m trying to create a shared class library in C++ on Linux. I’m able to get the library to compile, and I can call some of the (non-class) functions using the tutorials that I found here and here. My problems start when I try […]
Category: linux
How do I find out what process has a lock on a file in Linux?
Today I had the problem that I couldn’t delete a folder because “it was busy”. How can I find out which application to blame for that or can I just delete it with brute force?