Discussion about this post

User's avatar
George Nyoro's avatar

Does the content here clash with the content on https://tzimmermann.org/2017/07/28/data-structures-of-unix-file-io/? I'm trying to imagine a situation where one process opens a file for reading, and a second one opens the file for writing. What then stops the first read-only process from writing since the access mode is managed at the system-wide open file table?

Expand full comment

No posts