반응형
$ netstat -tnlp
결과
Proto | Recv-Q | Send-Q | Local Address | Foreign Address | State |
tcp | 0 | 0 | 127.0.0.1:631 | 0.0.0.0:* | LISTEN |
tcp | 0 | 0 | 0.0.0.0:9090 | 0.0.0.0:* | LISTEN |
tcp | 0 | 0 | 0.0.0.0:6001 | 0.0.0.0:* | LISTEN |
tcp6 | 0 | 0 | 0.0.0.0:22 | 0.0.0.0:* | LISTEN |
tcp6 | 0 | 0 | :::8080 | :::* | LISTEN |
반응형