Answers for "check used port list"

-1

port in use list

lsof -i -P -n | grep LISTEN
Posted by: Guest on May-15-2021
8

see what ports are in use

Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
Posted by: Guest on April-02-2020

Browse Popular Code Answers by Language