Answers for "check what is running on port 80 linuix"

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 "check what is running on port 80 linuix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language