In Linux /proc/<PID>/fd/<FD> is a link to the file corresponding to FD opened by process with process id PID. But in FreeBSD I don't see /proc/<PID>/fd at all. How can I get the corresponding to FD file? Thanks, Yuri