Answers for "ubuntu find process using port 80"

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 "ubuntu find process using port 80"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language