Skip to content

Instantly share code, notes, and snippets.

@sergey-prosvirnin
Created July 3, 2020 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergey-prosvirnin/10fa693d3dbb45b2ed79094a0068e748 to your computer and use it in GitHub Desktop.
Save sergey-prosvirnin/10fa693d3dbb45b2ed79094a0068e748 to your computer and use it in GitHub Desktop.
sudo netstat -tnlp
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:39491 0.0.0.0:* LISTEN 1412/containerd
tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 86347/mongod
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 1477/redis-server 1
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1514/sshd
tcp6 0 0 :::80 :::* LISTEN 1593/apache2
tcp6 0 0 :::22 :::* LISTEN 1514/sshd
tcp6 0 0 :::3000 :::* LISTEN 2026/node
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::3001 :::* LISTEN 1593/apache2
tcp6 0 0 :::443 :::* LISTEN 1593/apache2
tcp6 0 0 :::3100 :::* LISTEN 2056/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment