mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 20:33:36 +02:00
lsof: find the process listening on a local port (#3188)
This commit is contained in:
parent
48ce816e61
commit
5532175b15
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- List open files in a directory:
|
- List open files in a directory:
|
||||||
|
|
||||||
`lsof +D {{path/to/directory}}`
|
`lsof +D {{path/to/directory}}`
|
||||||
|
|
||||||
|
- Find the process that is listening on a local TCP port:
|
||||||
|
|
||||||
|
`lsof -iTCP:{{port}} -sTCP:LISTEN`
|
||||||
|
|
Loading…
Add table
Reference in a new issue