Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [1|user@FinN900|~]root
  2. FinN900:~# which dd
  3. /bin/dd
  4. FinN900:~# dd iflag=direct if=/dev/mmcblk0 oflag=sync of=/dev/null bs=1M count=100
  5. BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) multi-call binary
  6.  
  7. Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N]
  8. [seek=N]
  9.  
  10. FinN900:~# bash
  11. FinN900:~# which dd
  12. /usr/bin/gnu/dd
  13. FinN900:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement