1SOCKLIST(8)                   Linux System Manual                  SOCKLIST(8)
2
3
4

NAME

6       socklist - display list of open sockets
7
8

SYNOPSIS

10       socklist
11
12

DESCRIPTION

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

OPTIONS

20       None.
21
22

FILES

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

BUGS

41       None as yet.
42
43

SEE ALSO

45       procinfo(8), netstat(8).
46
47

AUTHOR

49       Larry Doolittle <ldoolitt@jlab.org>
50
51
52
531st Release                       1998-02-09                       SOCKLIST(8)
Impressum