Linux: dummyfile creation

Published by

Posted on October 25, 2008

cat /dev/urandom > file.bin

remember to stop the file after about 10 seconds .. This file can grow pretty fast lol ..

CTRL +c to stop it

or
time dd if=/dev/zero of=test.bin bs=1000000000 count=1 *1gb file