How to write a file using dd

Here is a quick command for writing a file using the dd tool in linux:

dd if=/dev/zero of=test.file bs=1k count=10000


Be the first to comment

Leave a Reply