Guest User

Untitled

a guest
Aug 23rd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. netstat -p
  2. Active UNIX domain sockets (w/o servers)
  3. Proto RefCnt Flags Type State I-Node PID/Program name Path
  4. unix 2 [ ] DGRAM 2230 - @/org/kernel/udev/udevd
  5. unix 7 [ ] DGRAM 3956 - /dev/log
  6. unix 3 [ ] STREAM CONNECTED 101467 -
  7. unix 3 [ ] STREAM CONNECTED 101466 -
  8. unix 2 [ ] DGRAM 101465 -
  9. unix 2 [ ] DGRAM 65237 -
  10. unix 2 [ ] DGRAM 11033 -
  11. unix 2 [ ] DGRAM 5328 -
  12. unix 2 [ ] DGRAM 4067 -
  13. unix 3 [ ] DGRAM 2235 -
  14. unix 3 [ ] DGRAM 2234 -
  15.  
  16. netstat -l
  17. Active Internet connections (only servers)
  18. Proto Recv-Q Send-Q Local Address Foreign Address State
  19. tcp 0 0 *:1004 *:* LISTEN
  20. tcp 0 0 localhost.localdo:mysql *:* LISTEN
  21. tcp6 0 0 [::]:1004 [::]:* LISTEN
  22. tcp6 0 0 [::]:www [::]:* LISTEN
  23. tcp6 0 0 [::]:ftp [::]:* LISTEN
  24. udp 0 0 *:bootpc *:*
  25. udp 0 0 s15405822.onlinehom:ntp *:*
  26. udp 0 0 localhost.localdoma:ntp *:*
  27. udp 0 0 *:ntp *:*
  28. udp6 0 0 fe80::219:99ff:fe08:ntp [::]:*
  29. udp6 0 0 localhost:ntp [::]:*
  30. udp6 0 0 2001:8d8:8a9:4800:::ntp [::]:*
  31. udp6 0 0 [::]:ntp [::]:*
Advertisement
Add Comment
Please, Sign In to add comment