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) 队列