Glenn McCalley schrieb:

Is there a way to find out -which- -process- calls another process?

Each process is associated with a parent; look at the ppid column:

  ps axo user,pid,ppid,command

Björn
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to