logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

socklist - display list of open sockets

Author

       Larry Doolittle <ldoolitt@jlab.org>

1st Release                                        1998-02-09                                        SOCKLIST(8)

Bugs

       None as yet.

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.

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.

Name

       socklist - display list of open sockets

Options

       None.

See Also

procinfo(8), netstat(8).

Synopsis

socklist

See Also