Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

socklist(8)


SOCKLIST

SOCKLIST

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
BUGS
SEE ALSO
AUTHOR

NAME

socklist − display list of open sockets

SYNOPSIS

socklist

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.

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.

BUGS

None as yet.

SEE ALSO

procinfo(8), netstat(8).

AUTHOR

Larry Doolittle <ldoolitt@jlab.org>



socklist(8)