Answers for "linux command to find process running on port"

2

how to find process running on port in ubuntu

sudo lsof -i:8080
Posted by: Guest on February-11-2021
0

check process on port linux

lsof -i
Posted by: Guest on October-07-2021

Code answers related to "linux command to find process running on port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language