Tagged Questions
4
votes
2answers
868 views
What is the referent of a file descriptor?
My understanding is that a file descriptor is an integer which is a key in the kernel's per-process mapping to objects such as open()ed files, pipes, sockets, etc.
Is there a proper, short, and ...