Advertisement
Guest User

Untitled

a guest
May 16th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. root@geexbox:~#
  2. root@geexbox:~# screen -ls
  3. There is a screen on:
  4. 8693.rtorrent (Detached)
  5. 1 Socket in /tmp/screens/S-root.
  6.  
  7. root@geexbox:~# screen
  8. /var/run/utmp: No such file or directory
  9.  
  10.  
  11.  
  12.  
  13. BusyBox v1.24.1 (2016-04-05 00:08:36 IDT) built-in shell (ash)
  14. Enter 'help' for a list of built-in commands.
  15.  
  16. # ping 8.8.8.8
  17. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  18. 64 bytes from 8.8.8.8: seq=0 ttl=53 time=111.429 ms
  19. 64 bytes from 8.8.8.8: seq=1 ttl=53 time=111.836 ms
  20.  
  21.  
  22. [detached]
  23. root@geexbox:~# screen -ls
  24. There are screens on:
  25. 9163.pts-1.geexbox (Detached)
  26. 8693.rtorrent (Detached)
  27. 2 Sockets in /tmp/screens/S-root.
  28.  
  29. root@geexbox:~# ps -elf | grep ping
  30. 9165 root ping 8.8.8.8
  31. 9168 root grep ping
  32. root@geexbox:~# exit
  33.  
  34. Connection closed by foreign host.
  35.  
  36. Disconnected from remote host(cubox) at 17:20:55.
  37.  
  38.  
  39. Connecting to 10.0.0.13:22...
  40. Connection established.
  41. To escape to local shell, press 'Ctrl+Alt+]'.
  42.  
  43.  
  44.  
  45. BusyBox v1.24.1 (2016-04-05 00:08:36 IDT) built-in shell (ash)
  46. Enter 'help' for a list of built-in commands.
  47.  
  48. root@geexbox:~# screen -ls
  49. There is a screen on:
  50. 8693.rtorrent (Detached)
  51. 1 Socket in /tmp/screens/S-root.
  52.  
  53. root@geexbox:~# ps -elf | grep ping
  54. 9216 root grep ping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement