Answers for "port check"

-1

check which application is using port

In Windows CMD/Powershell:
netstat -aon | findstr '[port_number]'
Posted by: Guest on October-02-2020
1

netstat check port

sudo netstat -plnt
Posted by: Guest on March-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language