6 lines
86 B
Markdown
6 lines
86 B
Markdown
|
# lsof
|
||
|
|
||
|
Examine the process using a specified `port`:
|
||
|
|
||
|
lsof -i:3000 | grep LISTEN
|