Saying stuff about stuff.

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.