-
-
Save oxtd/ae4254a69f95d78a7b8d3a234a17d452 to your computer and use it in GitHub Desktop.
7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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