Thursday, January 6, 2011

linuxbasics: use dd to create a file of any size

 

dd  if=/dev/zero  of=mytestfile  bs=1048576  count=1

No comments: