Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 17:13:18 +0100
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Glenn McCalley <techlist@bnetmd.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to tell what ran what
Message-ID:  <43F3531E.8080205@cs.tu-berlin.de>
In-Reply-To: <005701c63241$dbb3e220$6601a8c0@bnetmd.net>
References:  <005701c63241$dbb3e220$6601a8c0@bnetmd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F3531E.8080205>