I'm testing a local java application on my local computer, but I can not upload my application because port 8080 is being used by some service that I do not know what it is.
How do I know which service is running on port 8080 with the netstat command?
I tried it that way, but it did not work:
Wladimir@wlady MINGW64 ~/Desktop/anotação sql postgre (master)
$ netstat -nabo
A opera▒▒o solicitada requer eleva▒▒o.
Wladimir@wlady MINGW64 ~/Desktop/anotação sql postgre (master)
$ netstat -nabo | find "8080"
find: ‘8080’: No such file or directory
Wladimir@wlady MINGW64 ~/Desktop/anotação sql postgre (master)
$