Advertisement
Guest User

Untitled

a guest
May 31st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $ mkdir A
  2. $ mv -r A /dev/null
  3. mv: invalid option -- 'r'
  4. Try 'mv --help' for more information.
  5. $ mv A /dev/null
  6. mv: cannot overwrite non-directory ‘/dev/null’ with directory ‘A’
  7.  
  8. dd if=/dev/urandom of=/dev/sda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement