We use it to see all the connections in the network from the current computer.
Açıklaması şöyle
-n seçeneği-n lists processes using numeric addresses (eg, IP addresses instead of DNS names)-t lists TCP connections-a lists all connections — listening and established-u lists UDP connections-p shows the process using the socket — probably the most useful-e shows some extended information, like the uid.
Şöyle yaparız
sudo root@mindstorm: ss -ntplState Recv-Q Send-Q Local Address:Port Peer Address:PortProcessLISTEN 0 64 0.0.0.0:46465 0.0.0.0:*LISTEN 0 64 0.0.0.0:2049 0.0.0.0:*LISTEN 0 4096 0.0.0.0:58947 0.0.0.0:* users:(("rpc.statd",pid=2811,fd=10))LISTEN 0 5 0.0.0.0:35587 0.0.0.0:* users:(("ecbd",pid=2767,fd=5))LISTEN 0 50 0.0.0.0:139 0.0.0.0:* users:(("smbd",pid=2770,fd=54))
Hiç yorum yok:
Yorum Gönder