Answers for "linux list of process listening on port"

4

list process using port

sudo lsof -n -i :80 | grep LISTEN
Posted by: Guest on April-15-2021
0

check process on a given port linux

sudo netstat -peanut | grep ":8000 "
Posted by: Guest on September-16-2021

Code answers related to "linux list of process listening on port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language