Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 fanotify 防止在 Linux 上删除文件。我确实收到了 FAN_DELETE / FAN_DELETE_SELF 事件,但它只是在文件被删除之后。
可以使用 fanotify 来防止文件被删除。所以我需要在文件被删除之前调用的事件。周围有什么指针吗?