Filesystems (2023 Fall ECE 344 Section 3)
Jon Eyolfson · 53:04
This operating-systems lecture reveals what a file descriptor *really* is — an index into a per-process local open file table, which points into a kernel-wide global open file table entry holding a position, flags, an...