Author Topic: Linux allows removal of open files.  (Read 2630 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Linux allows removal of open files.
« on: January 18, 2022, 07:29:30 pm »
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?

Offline jordi

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Linux allows removal of open files.
« Reply #1 on: January 18, 2022, 10:01:32 pm »