Subscribe to Candy Is Dandy
Subscribe to Candy Is Dandy
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
Use the netstat command sudo netstat -plnt to determine what ports are listening.
```sh
[ ~]$ sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 100759/sshd
tcp6 0 0 :::22 :::* LISTEN 100759/sshd
tcp6 0 0 :::4343 :::* LISTEN 58308/docker-proxy
tcp6 0 0 :::9090 :::* LISTEN 58298/docker-proxy
[~]$
```
Use the netstat command sudo netstat -plnt to determine what ports are listening.
```sh
[ ~]$ sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 100759/sshd
tcp6 0 0 :::22 :::* LISTEN 100759/sshd
tcp6 0 0 :::4343 :::* LISTEN 58308/docker-proxy
tcp6 0 0 :::9090 :::* LISTEN 58298/docker-proxy
[~]$
```
No activity yet