1SOCKLIST(8) Linux System Manual SOCKLIST(8)
2
3
4
6 socklist - display list of open sockets
7
8
10 socklist
11
12
14 socklist is a Perl script that gives you a list of all open sockets,
15 enumerating types, port, inode, uid, pid, fd and the program to which
16 it belongs.
17
18
20 None.
21
22
24 /proc/*/fd/*
25 File descriptors.
26
27
28 /proc/net/tcp
29 List of TCP sockets.
30
31
32 /proc/net/udp
33 List of UDP sockets.
34
35
36 /proc/net/raw
37 List of raw sockets.
38
39
41 None as yet.
42
43
45 procinfo(8), netstat(8).
46
47
49 Larry Doolittle <ldoolitt@jlab.org>
50
51
52
531st Release 1998-02-09 SOCKLIST(8)