Brain Dump

File Descriptor

Tags
comp-arch

Is a handle (integer) pointing to a file description that is held by a process and maintained by the kernel. A file descriptor can point to many different structs or you could have multiple descriptors pointing the same struct.

Links to this note