Answers for "linux find port used by process"

2

linux which process is using a port

$ sudo netstat -ltnp | grep ':80'
Posted by: Guest on April-13-2021
5

check what ports are open linux

## if you use linux
sudo ss -tulw
Posted by: Guest on May-31-2020

Code answers related to "linux find port used by process"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language