Skip to content

Instantly share code, notes, and snippets.

@oxtd
Created September 11, 2021 07:04
Show Gist options
  • Select an option

  • Save oxtd/ae4254a69f95d78a7b8d3a234a17d452 to your computer and use it in GitHub Desktop.

Select an option

Save oxtd/ae4254a69f95d78a7b8d3a234a17d452 to your computer and use it in GitHub Desktop.
7
marcus@monitors:~$ netstat -tulnp
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 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:22 0.0.0.0:* LISTEN -
tcp 0 0 '127.0.0.1:8443' 0.0.0.0:* LISTEN -
tcp6 0 0 :::80 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
udp 0 0 127.0.0.53:53 0.0.0.0:* -
udp 0 0 127.0.0.1:161 0.0.0.0:* -
udp 0 0 0.0.0.0:53466 0.0.0.0:* -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment