• uis@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    10 months ago

    There IS ‘lockable mode’ since System V era. It is extensively used by package managers and similar stuff.

    Deleting file does not actually deletes it from disk until last program closes it. And there are ways to open file such that changes to file will not be seen in program.

    • Espi@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      10 months ago

      Yeah with “lockable mode” I mean locking by default instead of requiring every program to specifically call for locking.

      It would probably break lots of software, but only using such mode for the users home (or maybe even specific Downloads/documents/desktop/etc folders within the home directory) could reduce the impact.

      [Edit] wait I think there is whole fs locking mode on mounting, with the “mand” option, going to test it.