Advertisement
timcowchip

netstat

Nov 30th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. localhost:~$ netstat -ltnp
  2. netstat:localhost:~$ netstat -ltnp
  3. netstat: showing only processes with your user ID
  4. Active Internet connections (only servers)
  5. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  6. tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN -
  7. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
  8. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  9. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
  10. tcp 0 0 :::22 :::* LISTEN -
  11. tcp 0 0 ::1:631 :::* LISTEN -
  12. showing only processes with your user ID
  13. Active Internet connections (only servers)
  14. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  15. tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN -
  16. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
  17. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  18. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
  19. tcp 0 0 :::22 :::* LISTEN -
  20. tcp 0 0 ::1:631 :::* LISTEN -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement