Skip to content

Commit

Permalink
Update lsof.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayin authored and jaywcjlove committed Apr 21, 2021
1 parent 3475675 commit 8cecf72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/lsof.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lsof
### 语法

```shell
lsof(选项)
lsof (选项)
```

### 选项
Expand All @@ -25,11 +25,11 @@ lsof(选项)
+d<目录>:列出目录下被打开的文件;
+D<目录>:递归列出目录下被打开的文件;
-n<目录>:列出使用NFS的文件;
-i<条件>:列出符合条件的进程。(4、6、协议、:端口、 @ip )
-i<条件>:列出符合条件的进程协议、:端口、 @ip )
-p<进程号>:列出指定进程号所打开的文件;
-u:列出UID号进程详情;
-h:显示帮助信息;
-v:显示版本信息
-v:显示版本信息
```

### 实例
Expand Down

0 comments on commit 8cecf72

Please sign in to comment.