process descriptor table

Artem Kazakov kazakov at gmail.com
Wed May 24 00:41:34 PDT 2006


> what is a process descriptor table?
> process FILE descriptor table?
> process table?

process file descriptor table I suppose.
The problem is that at some point a socket() function is called. And
it returns descriptor = 1, which is a standart ouput.
So when write() is done, everything goes to terminal,instead of socket.
I want to see descriptor table, to see why this can happen.


More information about the freebsd-hackers mailing list