News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Linux allows removal of open files.

Started by Pecan, January 18, 2022, 07:29:30 PM

Previous topic - Next topic

Pecan

I'm trying to remove the temporary files left by clangd.
But I don't want to delete the logs and temp files that are currently open.

Linux is allowing me to "rm" files that are open and being used. Windows (thankfully) doesn't allow this.

What do I need to do on Linux to get it to disallow removal of open/active files?