:
:See the post below. Is there a way to get at this information in FreeBSD?
:
:Thanks,
:Jos
Well, ktrace -i will certainly follow children. In fact, ktrace can
attach to all current children (-d) of a process as well as attach to
new children. Yahoo found a few bugs in ktrace by running
'ktrace -i -d -p 1'. Think about what that does :-)
If ktrace can do it, I'm sure truss could be made to do it.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message