Marc G. Fournier wrote this message on Wed, May 02, 2007 at 14:34 -0300: > Is there any way of determining which apps are holding open which sockets? > ie. > lsof for open files?
netstat -A will list the socket address, fstat will list the fd, and what socket it connected to that fd.. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"