socklist - Man Page

display list of open sockets

Synopsis

socklist

Description

socklist is a Perl script that gives you a list of all open sockets, enumerating types, port, inode, uid, pid, fd and the program to which it belongs.

Options

None.

Files

/proc/*/fd/*

File descriptors.

/proc/net/tcp

List of TCP sockets.

/proc/net/udp

List of UDP sockets.

/proc/net/raw

List of raw sockets.

Bugs

None as yet.

See Also

procinfo(8), netstat(8).

Author

Larry Doolittle <ldoolitt@jlab.org>

Info

1998-02-09 1st Release Linux System Manual