0 like 0 dislike
88 views
in Linux by (8.0k points)

netstat -tuln

Ответ выдаст например :

 netstat -tuln

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State

tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN

tcp        0      0 127.0.0.1:9091          0.0.0.0:*               LISTEN

tcp        0      0 127.0.0.1:9092          0.0.0.0:*               LISTEN

tcp        0      0 45.91.101.150:2022      0.0.0.0:*               LISTEN

tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN

tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN

tcp        0      0 0.0.0.0:33306           0.0.0.0:*               LISTEN

tcp6       0      0 :::19042                :::*                    LISTEN

tcp6       0      0 :::50126                :::*                    LISTEN

tcp6       0      0 :::8080                 :::*                    LISTEN

tcp6       0      0 :::33306                :::*                    LISTEN

udp        0      0 127.0.0.53:53           0.0.0.0:*

udp6       0      0 :::50126                :::*

Please log in or register to answer this question.

375 questions

10 answers

4 comments

1.0k users

...