Difference between revisions of "Ss Linux"
From Teknologisk videncenter
(Created page with "==Listening sockets== <source lang=bash> heth@dotnet:~$ ss -tulnp Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process u...") |
m (→Listening sockets) |
||
| Line 13: | Line 13: | ||
tcp LISTEN 0 4096 [::]:22 [::]:* | tcp LISTEN 0 4096 [::]:22 [::]:* | ||
tcp LISTEN 0 128 [::1]:6010 [::]:* | tcp LISTEN 0 128 [::1]:6010 [::]:* | ||
| − | <source> | + | </source> |
[[Category:Linux]] | [[Category:Linux]] | ||
Latest revision as of 05:35, 6 November 2025
Listening sockets
heth@dotnet:~$ ss -tulnp
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.54:53 0.0.0.0:*
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:*
udp UNCONN 0 0 192.168.56.112%enp0s8:68 0.0.0.0:*
udp UNCONN 0 0 192.168.64.108%enp0s3:68 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:6010 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
tcp LISTEN 0 4096 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
tcp LISTEN 0 4096 [::]:22 [::]:*
tcp LISTEN 0 128 [::1]:6010 [::]:*