Advertisement
Guest User

Untitled

a guest
May 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # create testfile and remove it
  2. # use /dev/zero or /dev/urandom
  3. dd if=/dev/zero of=testfile bs=1G count=1 oflag=direct ; rm -f testfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement