Invoke:
lsof -p <pid>And see what the file descriptors in question refer to.
You can also take a look into proc filesystem on Linux:
ls -l /proc/<pid>/fdInvoke:
lsof -p <pid>And see what the file descriptors in question refer to.
You can also take a look into proc filesystem on Linux:
ls -l /proc/<pid>/fd