Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    It certainly appears to work! But I don't think that explains how it can work for file data. File data isn't stored in buffers any more; it's stored in page cache which is addressed by file name (and offset into the file). Therefore, file reads are not filled from buffer cache. For more on the difference between buffers and page cache, see unix.stackexchange.com/questions/440558/… Commented Sep 23, 2022 at 10:15