Answers for "ubuntu process port list"

2

list of running port ubuntu

sudo lsof -i -P -n | grep LISTEN
Posted by: Guest on June-16-2021
2

how to find process running on port in ubuntu

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language