How toknow FDs of a process in QNX6?

I need to know FDs of a process en QNX6, in QNX4 I used qnx_fd_query() function but this function no exist in QNX6. In Linux, the FDs are in /proc/<pid>/fd/, but anyone know how i can find de FDs in QNX6?
The QNX Community Portal
|
View topic - How toknow FDs of a process in QNX6?www.openqnx.comOpenQNX Discussion Forum How toknow FDs of a process in QNX6?Page 1 of 1
How toknow FDs of a process in QNX6?![]() I need to know FDs of a process en QNX6, in QNX4 I used qnx_fd_query() function but this function no exist in QNX6. In Linux, the FDs are in /proc/<pid>/fd/, but anyone know how i can find de FDs in QNX6?
Re: How toknow FDs of a process in QNX6?![]() orivas wrote:
Refer to "ConnectServerInfo()" function in Helpviewer ... RE: Re: How toknow FDs of a process in QNX6?![]() will pidin utility help to get fd!!!
Re: How toknow FDs of a process in QNX6?![]() Dheerajs <dheeraj_rathor@yahoo-dot-com.no-spam.invalid> wrote:
The version in the next release does: pidin fds Show information about the process's file descriptors. If you don't have permission to access a process's file descriptors, pidin provides only limited information. ------------------------------------------ Steve Reid stever@qnx.com Technical Editor QNX Software Systems ------------------------------------------ |