Answers for "how to check process in port using terminal"

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 check process in port using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language