Advertisement
Guest User

netstat

a guest
Feb 22nd, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. / # netstat -ap
  2. Active Internet connections (servers and established)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 0.0.0.0:10080 0.0.0.0:* LISTEN 170/encoder
  5. tcp 0 0 0.0.0.0:9600 0.0.0.0:* LISTEN 70/wifidaemon
  6. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 170/encoder
  7. tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 71/tcpsvd
  8. tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 75/telnetd
  9. tcp 0 0 0.0.0.0:10554 0.0.0.0:* LISTEN 170/encoder
  10. tcp 0 92 192.168.1.71:23 192.168.1.30:33493 ESTABLISHED 75/telnetd
  11. netstat: /proc/net/tcp6: No such file or directory
  12. udp 0 0 localhost:6666 0.0.0.0:* 70/wifidaemon
  13. udp 0 0 localhost:6667 0.0.0.0:* 170/encoder
  14. udp 0 0 0.0.0.0:14142 0.0.0.0:* 170/encoder
  15. udp 0 0 0.0.0.0:32108 0.0.0.0:* 170/encoder
  16. udp 0 0 0.0.0.0:3702 0.0.0.0:* 170/encoder
  17. udp 0 0 0.0.0.0:8600 0.0.0.0:* 70/wifidaemon
  18. udp 0 0 0.0.0.0:6072 0.0.0.0:* 170/encoder
  19. netstat: /proc/net/udp6: No such file or directory
  20. netstat: /proc/net/raw6: No such file or directory
  21. Active UNIX domain sockets (servers and established)
  22. Proto RefCnt Flags Type State I-Node PID/Program name Path
  23. unix 2 [ ] DGRAM 478 131/wpa_supplicant /var/run/wpa_supplicant/wlan0
  24. / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement