Hacker News new | ask | show | jobs
by achivetta 5074 days ago
If you mmap a file, and then access the mmap'ed region, pulling in the pages of the file from disk is considered paging the file in. Watch the output of fs_usage to see examples of this.