Answers for "how to know which service is using the 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 "how to know which service is using the port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language