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, [EMAIL PROTECTED]
========================================================================
Whom computers would destroy, they must first drive mad.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to