rm a
dd if=/dev/zero of=a bs=1024k count=10

意思是:删除文件a,创建文件a ,大小为1024k*10=10240k