An example of using dd to create a 1GB file. dd if=/dev/zero of=testfile bs=1M count=1024
dd if=/dev/zero of=testfile bs=1M count=1024