OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / procinfo / original / man8 / socklist.8
1 .TH SOCKLIST 8 "1998-02-09" "1st Release" "Linux System Manual"
2
3 .SH NAME
4 socklist \- display list of open sockets
5
6 .SH SYNOPSIS
7 .B socklist
8
9 .SH DESCRIPTION
10
11 .B socklist
12 is a Perl script that gives you a list of all open sockets,
13 enumerating types, port, inode, uid, pid, fd and the program to which
14 it belongs.
15
16 .SH OPTIONS
17 None.
18
19 .SH FILES
20 .TP
21 .BI /proc/*/fd/*
22 File descriptors.
23
24 .TP
25 .BI /proc/net/tcp
26 List of TCP sockets.
27
28 .TP
29 .BI /proc/net/udp
30 List of UDP sockets.
31
32 .TP
33 .BI /proc/net/raw
34 List of raw sockets.
35
36 .SH BUGS
37 None as yet.
38
39 .SH SEE ALSO
40 procinfo(8), netstat(8).
41
42 .SH AUTHOR
43 Larry Doolittle <ldoolitt@jlab.org>