Linux 生成指定大小文件

dd if=/dev/zero of=test bs=1M count=1000

以块1M生成100个组成 test文件  test为1000M

原文地址:https://www.cnblogs.com/hkj8808/p/14975233.html