Quickly create a large file
dd if=/dev/random of=large-random-file bs=1024 count=1024
will create a 1MB file named large-random-file.
Via Quickly creating large files.
Also on benpickles.tumblr.com.
dd if=/dev/random of=large-random-file bs=1024 count=1024
will create a 1MB file named large-random-file.
Via Quickly creating large files.
Also on benpickles.tumblr.com.