lsof: find the process listening on a local port (#3188)

italian
Futtetennista 2019-08-20 19:13:45 +01:00 committed by Marco Bonelli
parent 48ce816e61
commit 5532175b15
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@
- List open files in a directory:
`lsof +D {{path/to/directory}}`
- Find the process that is listening on a local TCP port:
`lsof -iTCP:{{port}} -sTCP:LISTEN`