file descriptor

0001-01-01

On Linux and Unix-like systems, a file descriptor is a process-unique identifer representing a file, socket, pipe, or other input/output resource.

This is similar to the concept of handles on Windows.