View what process listen at port


View what process listen at port

Linux:
$ sudo lsof -i -P -n
$ sudo lsof -i -P -n | grep LISTEN



Windows:
netstat -bano | more
netstat -bano | grep LISTENING
netstat -bano | findstr /R /C:"[LISTEING]"


Restaurar perda de confiança com o domínio

  Windows 10/11/2019/2022/2025 Com o Windows 10, existem várias soluções para resolver o problema, que veremos aqui. Reset-ComputerMachinePa...

Mais vistos