MAN page from Old RedHat 5.X procinfo-14-2.i386.rpm
SOCKLIST
Section: Linux System Manual (8)
Updated: 1998-02-09
Index
NAME
socklist - display list of open sockets
SYNOPSIS
socklist
DESCRIPTION
socklistis a Perl script that gives you a list of all open sockets,enumerating types, port, inode, uid, pid, fd and the program to whichit 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 <ldoolittAATTjlab.org>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- FILES
- BUGS
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.