Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created August 25, 2013 01:34
Show Gist options
  • Select an option

  • Save ryaan-anthony/6331390 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/6331390 to your computer and use it in GitHub Desktop.
# 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