file descriptor
file descriptor
(programming, operating system)In many operating system implementations, file descriptorsare small integers which index a table of open files. InUnix, file descriptors 0, 1 and 2 correspond to thestandard input, standard output and standard error filesrespectively.
See file descriptor leak.