From 8a4ce7e6ffbf5b955349ce62b2d20ea874ee22a3 Mon Sep 17 00:00:00 2001 From: iProbe Date: Mon, 29 May 2023 17:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'linux=E5=9F=BA=E7=A1=80/?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=A4=A7=E6=96=87=E4=BB=B6.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux基础/生成大文件.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux基础/生成大文件.md diff --git a/linux基础/生成大文件.md b/linux基础/生成大文件.md new file mode 100644 index 0000000..073b31a --- /dev/null +++ b/linux基础/生成大文件.md @@ -0,0 +1,3 @@ +```shell +dd if=/dev/zero of=a.txt bs=1M count=500 +``` \ No newline at end of file