Answers for "how to check who is listening on a port linux"

2

linux check if a port is open

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

how to check used ports linux

netstat -tulpn
Posted by: Guest on September-23-2020

Code answers related to "how to check who is listening on a port linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language