Advertisement
Guest User

Untitled

a guest
Apr 19th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. root@beaglebone:/var/lib/cloud9#
  2. ps auwx | grep node
  3. ps auwx | grep node
  4. root 104 0.0 5.2 52204 13248 ? Ss Mar03 1:32 /usr/bin/node /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000
  5. root 3989 9.9 4.5 49344 11628 pts/0 Sl 23:04 0:03 node bone101.js
  6. root 3996 0.0 0.2 1776 580 pts/0 S+ 23:04 0:00 grep node
  7. root@beaglebone:/var/lib/cloud9#
  8. ls -l /proc/3989/fd
  9. ls -l /proc/3989/fd
  10. total 0
  11. lrwx------ 1 root root 64 Apr 19 23:05 0 -> /dev/pts/0
  12. lrwx------ 1 root root 64 Apr 19 23:05 1 -> /dev/pts/0
  13. lrwx------ 1 root root 64 Apr 19 23:05 10 -> socket:[34559]
  14. lrwx------ 1 root root 64 Apr 19 23:05 11 -> socket:[34560]
  15. lrwx------ 1 root root 64 Apr 19 23:05 12 -> socket:[34561]
  16. lrwx------ 1 root root 64 Apr 19 23:05 13 -> socket:[34563]
  17. l-wx------ 1 root root 64 Apr 19 23:05 15 -> pipe:[34570]
  18. lr-x------ 1 root root 64 Apr 19 23:05 16 -> pipe:[34571]
  19. lr-x------ 1 root root 64 Apr 19 23:05 18 -> pipe:[34572]
  20. lrwx------ 1 root root 64 Apr 19 23:04 2 -> /dev/pts/0
  21. lrwx------ 1 root root 64 Apr 19 23:05 3 -> anon_inode:[eventpoll]
  22. lrwx------ 1 root root 64 Apr 19 23:05 4 -> anon_inode:[eventfd]
  23. lrwx------ 1 root root 64 Apr 19 23:05 5 -> socket:[34552]
  24. lrwx------ 1 root root 64 Apr 19 23:05 6 -> socket:[34553]
  25. lrwx------ 1 root root 64 Apr 19 23:05 7 -> socket:[34555]
  26. lrwx------ 1 root root 64 Apr 19 23:05 8 -> socket:[34557]
  27. lrwx------ 1 root root 64 Apr 19 23:05 9 -> socket:[34558]
  28. root@beaglebone:/var/lib/cloud9#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement