Created
August 25, 2013 01:34
-
-
Save ryaan-anthony/6331390 to your computer and use it in GitHub Desktop.
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
| # netstat -lntp | |
| 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:111 0.0.0.0:* LISTEN 1316/rpcbind | |
| tcp 0 0 0.0.0.0:38098 0.0.0.0:* LISTEN 1334/rpc.statd | |
| tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2702/sshd | |
| tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3090/cupsd | |
| tcp 0 0 :::111 :::* LISTEN 1316/rpcbind | |
| tcp 0 0 :::80 :::* LISTEN 13888/httpd | |
| tcp 0 0 :::22 :::* LISTEN 2702/sshd | |
| tcp 0 0 ::1:631 :::* LISTEN 3090/cupsd | |
| tcp 0 0 :::443 :::* LISTEN 13888/httpd | |
| tcp 0 0 :::59075 :::* LISTEN 1334/rpc.statd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment