Answers for "find netstat port"

1

netstat find port

netstat -na | find "8080"
Posted by: Guest on January-12-2021
1

search by netstat by port

sudo netstat -nap | grep :80
or
sudo lsof -i:80
Posted by: Guest on February-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language