From 59ead72b2b8b68508bfcf3d40794f7d610719856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=9B=85=E5=A9=B7?= <11802116+chen-yatin@user.noreply.gitee.com> Date: Mon, 24 Jun 2024 10:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...7\243\201\347\233\230\347\256\241\347\220\206.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 "\351\231\210\351\233\205\345\251\267/20240624-\345\216\213\347\274\251\350\247\243\345\216\213\345\222\214\347\243\201\347\233\230\347\256\241\347\220\206.md" diff --git "a/\351\231\210\351\233\205\345\251\267/20240624-\345\216\213\347\274\251\350\247\243\345\216\213\345\222\214\347\243\201\347\233\230\347\256\241\347\220\206.md" "b/\351\231\210\351\233\205\345\251\267/20240624-\345\216\213\347\274\251\350\247\243\345\216\213\345\222\214\347\243\201\347\233\230\347\256\241\347\220\206.md" new file mode 100644 index 0000000..2a47519 --- /dev/null +++ "b/\351\231\210\351\233\205\345\251\267/20240624-\345\216\213\347\274\251\350\247\243\345\216\213\345\222\214\347\243\201\347\233\230\347\256\241\347\220\206.md" @@ -0,0 +1,12 @@ +## 压缩解压 ++ tar:通常与其他压缩命令一起使用来压缩和解压缩文件和目录。 +-c: 建立压缩档案 +-x:解压 +-t:查看内容 +-r:向压缩归档文件末尾追加文件 +-u:更新原压缩包中的文件 +## 磁盘管理 ++ Linux 磁盘管理常用三个命令为 df、du 和 fdisk。 ++ df:检查文件系统的磁盘空间占用情况 ++ du:Linux du 命令也是查看使用空间的,但是与 df 命令不同的是 Linux du 命令是对文件和目录磁盘使用的空间的查看。 ++ fdisk:是 Linux 的磁盘分区表操作工具。 \ No newline at end of file -- Gitee