From 598c5bb0d584cbea17fe2d6615424b456ccc7e65 Mon Sep 17 00:00:00 2001 From: fl150 <64483816+fl150@users.noreply.github.com> Date: Sun, 28 Jun 2020 15:21:32 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Shell=5F=E5=9F=BA=E7=A1=80.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Shell_基础.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Shell_基础.md b/notes/Shell_基础.md index 7f3b8ca..23dd785 100644 --- a/notes/Shell_基础.md +++ b/notes/Shell_基础.md @@ -64,7 +64,7 @@ date who ``` -脚本创建完成后,还需要使用 `chomd` 命令赋予文件拥有者执行文件的权限: +脚本创建完成后,还需要使用 `chmod` 命令赋予文件拥有者执行文件的权限: ```java chmod u+x test1