how to tell what ran what

Björn König bkoenig at cs.tu-berlin.de
Wed Feb 15 08:13:24 PST 2006


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


More information about the freebsd-questions mailing list