Table of Contents
Network File
About
Network file:
Internet socket
,
NFS
file
or
UNIX domain socket
Articles Related
TCP - Connection
File System - File Descriptor or Handle (Open File)
Management
Filter
with
lsof
:
to list only network files with
TCP state LISTEN
, use:
-iTCP -sTCP:LISTEN
to list network files with all UDP states except Idle, use:
-iUDP -sUDP:Idle