Answers for "linux view pid of process listening on port"

0

get pid running on port

netstat -nlp|grep 9000
Posted by: Guest on June-05-2021
0

linux check what process is using port

$ netstat -ltnp | grep -w ':80'
Posted by: Guest on October-12-2020

Code answers related to "linux view pid of process listening on port"

Browse Popular Code Answers by Language