Answers for "running process on port 80 ubunt"

11

ubuntu check process on port

sudo lsof -i:22
Posted by: Guest on May-19-2020
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 "running process on port 80 ubunt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language