# dd if=/dev/zero of=shit.file bs=1024 count=1024
this command create a 1M size file called shit.file on the current directory.
Comments: