socklist (8)
NAME
socklist - display list of open socketsSYNOPSIS
socklistDESCRIPTION
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.
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.