From: Alexander von Below <email@hidden>
Subject: Re: How to list all files opened by a process on the Mac OS
X?
To: Chen Ben <email@hidden>
Cc: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Hello,
I am currently working on this, too, and sysctl sounds to be a good
way to got with CTL_KERN and KERN_FILE.
You might want to look at this example:
http://gobsd.com/code/freebsd/lib/libkvm/kvm_file.c
Something that scared me was this post: http://lists.apple.com/
archives/darwin-kernel/2004/Mar/msg00034.html but I will try if that
still is the case
Bye
Alex
Am 25.12.2005 um 17:32 schrieb Chen Ben:
Hi all!
How can I list all open files of one process? I have used sysctl to
list many process infomations, but I cannot find a way to get
something like the vnode or file descripters of one process.
What should I do?