Skip to content

Commit

Permalink
lsof add example (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rnben authored and jaywcjlove committed Jun 7, 2019
1 parent f222aaa commit d7339a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/lsof.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,10 @@ lsof -p $pid
lsof -i:9981 -P -t -sTCP:LISTEN
```

列出打开文件的进程:

```shell
lsof $filename
```

<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 comments on commit d7339a1

Please sign in to comment.