Advertisement
Guest User

netstat

a guest
Feb 2nd, 2014
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # netstat -nlptu
  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:6011 0.0.0.0:* LISTEN 792/2
  5. tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 29974/dovecot
  6. tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 16659/ruby1.9.1
  7. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 4654/mysqld
  8. tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 32657/master
  9. tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 29974/dovecot
  10. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 21498/nginx
  11. tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 32657/master
  12. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 785/sshd
  13. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 32657/master
  14. tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 565/1
  15. tcp6 0 0 ::1:6011 :::* LISTEN 792/2
  16. tcp6 0 0 :::993 :::* LISTEN 29974/dovecot
  17. tcp6 0 0 :::143 :::* LISTEN 29974/dovecot
  18. tcp6 0 0 :::22 :::* LISTEN 785/sshd
  19. tcp6 0 0 ::1:6010 :::* LISTEN 565/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement