From 4e08f72175314c06b4d1f895184c2f5d2eb55e77 Mon Sep 17 00:00:00 2001 From: liujing97 Date: Wed, 10 Apr 2019 22:45:58 +0800 Subject: [PATCH] Translated by liujing97 --- ... Understand And Identify File types in Linux.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/translated/tech/20190108 How To Understand And Identify File types in Linux.md b/translated/tech/20190108 How To Understand And Identify File types in Linux.md index e4baa5805b..2a67d7ba02 100644 --- a/translated/tech/20190108 How To Understand And Identify File types in Linux.md +++ b/translated/tech/20190108 How To Understand And Identify File types in Linux.md @@ -43,13 +43,13 @@ 参考下面的表可以更好地理解 Linux 中的文件类型。 | 符号  | 意义                  | -| –   | 普通文件。以下划线 “_” 开头。       | -| d   | 目录文件。以英文字母 “d” 开头。      | -| l   | 链接文件。以英文字母 “l" 开头。       | -| c   | 字符设备文件。以英文字母 “c” 开头。    | -| s   | Socket 文件。以英文字母 “s” 开头。     | -| p   | 命名管道文件。以英文字母 “p” 开头。    | -| b   | 块文件。以英文字母 “b” 开头。       | +| –   | 普通文件。以下划线 "_" 开头。       | +| d   | 目录文件。以英文字母 "d" 开头。      | +| l   | 链接文件。以英文字母 "l" 开头。       | +| c   | 字符设备文件。以英文字母 "c" 开头。    | +| s   | Socket 文件。以英文字母 "s" 开头。     | +| p   | 命名管道文件。以英文字母 "p" 开头。    | +| b   | 块文件。以英文字母 "b" 开头。       | ### 方法1:手动识别 Linux 中的文件类型