Filesystems (2023 Fall ECE 344 Section 2)
Jon Eyolfson · 46:14
This lecture explains how POSIX file systems present files to programs (paths, open, lseek, file descriptors) and how the kernel actually tracks them via per-process file tables pointing into a global open file table...