Answers for "linux list process listening on port"

7

find out which procses is using port linux

sudo lsof -i:<port_number>
Posted by: Guest on July-30-2020

Code answers related to "linux list process listening on port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language