Network File
Table of Contents
About
Network file:
- NFS file
Articles Related
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