From ab16e4e1402346f863a7c800ab5bdc2542255699 Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 25 Sep 2015 14:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E2=80=9C=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E2=80=9D=E4=BA=8C=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/lsof.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/lsof.rst b/tool/lsof.rst index a88c410..44cb9c5 100644 --- a/tool/lsof.rst +++ b/tool/lsof.rst @@ -100,7 +100,7 @@ lsof输出各列信息的意义如下: - TYPE:文件类型,如DIR、REG等,常见的文件类型:: (1)DIR:表示目录 - (2)CHR:表示字符类型 + (2)CHR:表示字符设备类型 (3)BLK:块设备类型 (4)UNIX: UNIX 域套接字 (5)FIFO:先进先出 (FIFO) 队列