na netu to nejak nemuzu najit. Zajimaji me hlavne prvni 3 sloupce.
man netstat: Proto
The protocol (usually unix) used by the socket.
RefCnt
The reference count (i.e. attached processes via this socket).
Flags
The flags displayed is SO_ACCEPTON (displayed as ACC), SO_WAITDATA (W) or SO_NOSPACE (N).
SO_ACCECPTON is used on unconnected sockets if their corresponding processes are waiting
for a connect request. The other flags are not of normal interest.