Five small C programs that show how Linux ties together file descriptors, struct file, and inode. Each one opens the same file in a different way (one open with fdopen twice, two opens, threads, buffered stdio, raw write), and the README explains the real output with kernel structure diagrams.
-
Updated
Jun 21, 2026 - C