0%

ALL meanings of file descriptor

F f
  • noun Technical meaning of file descriptor (programming, operating system)   An integer that identifies an open file within a process. This number is obtained as a result of opening a file. Operations which read, write, or close a file would take the file descriptor as an input parameter. In many operating system implementations, file descriptors are small integers which index a table of open files. In Unix, file descriptors 0, 1 and 2 correspond to the standard input, standard output and standard error files respectively. See file descriptor leak. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?