fork download
  1. # netstat -nupl
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. udp 0 0 0.0.0.0:11211 0.0.0.0:* 1741/memcached
  5. udp 0 0 0.0.0.0:719 0.0.0.0:* 1392/rpcbind
  6. udp 0 0 127.0.0.1:743 0.0.0.0:* 1414/rpc.statd
  7. udp 0 0 0.0.0.0:111 0.0.0.0:* 1392/rpcbind
  8. udp 0 0 0.0.0.0:47735 0.0.0.0:* 1414/rpc.statd
  9. udp 0 0 :::55104 :::* 1414/rpc.statd
  10. udp 0 0 :::11211 :::* 1741/memcached
  11. udp 0 0 :::719 :::* 1392/rpcbind
  12. udp 0 0 :::111 :::* 1392/rpcbind
  13.  
  14. # netstat -ntpl
  15. Active Internet connections (only servers)
  16. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  17. tcp 0 0 0.0.0.0:43103 0.0.0.0:* LISTEN -
  18. tcp 0 0 0.0.0.0:3202 0.0.0.0:* LISTEN 1874/nginx
  19. tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 1741/memcached
  20. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1392/rpcbind
  21. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 44392/sshd
  22. tcp 0 0 0.0.0.0:52856 0.0.0.0:* LISTEN 1414/rpc.statd
  23. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1842/master
  24. tcp 0 0 :::60961 :::* LISTEN 1414/rpc.statd
  25. tcp 0 0 :::8773 :::* LISTEN 88636/java
  26. tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN 4957/java
  27. tcp 0 0 :::8774 :::* LISTEN 88672/java
  28. tcp 0 0 :::7654 :::* LISTEN 4957/java
  29. tcp 0 0 ::ffff:127.0.0.1:8007 :::* LISTEN 85884/java
  30. tcp 0 0 :::8009 :::* LISTEN 4957/java
  31. tcp 0 0 :::8011 :::* LISTEN 85884/java
  32. tcp 0 0 :::11211 :::* LISTEN 1741/memcached
  33. tcp 0 0 :::61999 :::* LISTEN 81842/jvideoweb
  34. tcp 0 0 :::111 :::* LISTEN 1392/rpcbind
  35. tcp 0 0 :::37555 :::* LISTEN -
  36. tcp 0 0 :::32021 :::* LISTEN 88636/java
  37. tcp 0 0 :::22 :::* LISTEN 44392/sshd
  38. tcp 0 0 :::32022 :::* LISTEN 88672/java
  39. tcp 0 0 :::8888 :::* LISTEN 91353/java
  40. tcp 0 0 :::8665 :::* LISTEN 85884/java
  41. tcp 0 0 :::8761 :::* LISTEN 93059/java
  42. tcp 0 0 :::8764 :::* LISTEN 93366/java
  43. tcp 0 0 :::8765 :::* LISTEN 88709/java
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: illegal character: '#'
# netstat -nupl
^
Main.java:1: error: class, interface, or enum expected
# netstat -nupl
          ^
Main.java:14: error: illegal character: '#'
# netstat -ntpl
^
3 errors
stdout
Standard output is empty