News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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?