Advertisement
tfelzien

Untitled

Mar 5th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. login as: root
  2. root@192.168.1.10's password:
  3.  
  4.  
  5. BusyBox v1.16.1 (2015-11-12 18:06:25 CST) built-in shell (ash)
  6. Enter 'help' for a list of built-in commands.
  7.  
  8. XPEnology> chdir /usr/bin
  9. XPEnology> tv_grab_file
  10. /usr/bin/tv_grab_file: line 9: can't open 1: no such file
  11. /usr/bin/tv_grab_file: line 9: 0: not found
  12. XPEnology> cat --help
  13. BusyBox v1.16.1 (2015-11-12 18:06:25 CST) multi-call binary.
  14.  
  15. Usage: cat [-u] [FILE]...
  16.  
  17. Concatenate FILEs and print them to stdout
  18.  
  19. Options:
  20. -u Use unbuffered i/o (ignored)
  21.  
  22. XPEnology>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement