Question about processes

David Kelly dkelly at hiwaay.net
Sun Apr 10 14:36:51 PDT 2005


On Sun, Apr 10, 2005 at 11:13:40PM +0200, David J. Weller-Fahy wrote:
> How does one determine which process initiated any given network
> connection?  Or which program (on disk) initiated the process that
> initiated the network connection?
> 
> Been searching, but not finding.

Read the man page for ps, specifically "ps -j" and variations of. What
you are looking for is the ppid, Parent Process ID. Might find a process
was started by inetd this way.

netstat is the other tool you are looking for, to list open connections.

The proc filesystem may also help associate open connections with
running processes. man procfs.

-- 
David Kelly N4HHE, dkelly at HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.


More information about the freebsd-questions mailing list