How to configure file permissions in this way. so that you can do everything with it, except for changing the content. That is, it should be possible to delete a file and create another with the same name, but it should not be possible to write something to an existing file.
Why do you need? I want to use hardlink to put a file in several places. Accordingly, when writing such a file, it will change in all places, but I do not need it. Therefore, I want to ban the recording.
