Я пытаюсь расшифровать вывод ниже
bash-3.00$ netstat -a
UDP: IPv4
Local Address Remote Address State
-------------------- -------------------- ----------
*.sunrpc Idle
*.* Unbound
*.32771 Idle
TCP: IPv4
Local Address Remote Address Swind Send-Q Rwind Recv-Q State
-------------------- -------------------- ----- ------ ----- ------ -----------
*.* *.* 0 0 49152 0 IDLE
*.sunrpc *.* 0 0 49152 0 LISTEN
*.* *.* 0 0 49152 0 IDLE
localhost.5987 *.* 0 0 49152 0 LISTEN
localhost.898 *.* 0 0 49152 0 LISTEN
localhost.32771 *.* 0 0 49152 0 LISTEN
localhost.5988 *.* 0 0 49152 0 LISTEN
localhost.32772 *.* 0 0 49152 0 LISTEN
*.ssh *.* 0 0 49152 0 LISTEN
*.32785 *.* 0 0 49152 0 BOUND
localhost.6788 *.* 0 0 49152 0 LISTEN
localhost.6789 *.* 0 0 49152 0 LISTEN
localhost.32782 *.* 0 0 49152 0 LISTEN
localhost.smtp *.* 0 0 49152 0 LISTEN
localhost.submission *.* 0 0 49152 0 LISTEN
server-host-name.ssh pc-host-name.51269 64868 51 49640 0 ESTABLISHED
TCP: IPv6
Local Address Remote Address Swind Send-Q Rwind Recv-Q State If
--------------------------------- --------------------------------- ----- ------ ----- ------ ----------- -----
*.* *.* 0 0 49152 0 IDLE
*.ssh *.* 0 0 49152 0 LISTEN
SCTP:
Local Address Remote Address Swind Send-Q Rwind Recv-Q StrsI/O State
------------------------------- ------------------------------- ------ ------ ------ ------ ------- -----------
0.0.0.0 0.0.0.0 0 0 102400 0 32/32 CLOSED
Active UNIX domain sockets
Address Type Vnode Conn Local Addr Remote Addr
ffffffff84e25ab8 stream-ord ffffffff8569c740 00000000 /var/run/.inetd.uds
bash-3.00$
Мне кажется, у нас есть следующие предметы
UDP
IPv4
sunrpc
, 32771
*.* Unbound
?TCP
IPv4
sunrpc
, ssh
localhost
ssh
соединение с моего ПК*.32785 *.* 0 0 49152 0 BOUND
?*.* *.* 0 0 49152 0 IDLE
? (появляется дважды)IPv6
ssh
*.* *.* 0 0 49152 0 IDLE
?SCTP
?Active UNIX domain sockets
Сокет может находиться в различных состояниях (привязан к адресу / порту, не привязан, прослушивание широковещательного адреса и т. Д.). В следующей статье дается подробное представление о том, как это работает в Solaris.