Advertisement
adishardis

netstat -plutn

Jan 3rd, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # sudo netstat -plutn
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 9256/sendmail: MTA:
  5. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 3480/mysqld
  6. tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 9256/sendmail: MTA:
  7. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 909/sshd
  8. tcp6 0 0 :::443 :::* LISTEN 11317/apache2
  9. tcp6 0 0 :::80 :::* LISTEN 11317/apache2
  10. tcp6 0 0 :::22 :::* LISTEN 909/sshd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement