How to get list of ports which are in use on the server?
相关问题
- IPAddress.[Try]Parse parses 192.168 to 192.0.0.168
- What would prevent code running in a Docker contai
- How to run tcp and udp on a single port at same ti
- Port of the Rails app when running Cucumber tests
- Docker-Compose: Can't Connect to Mongo
相关文章
- RMI Threads prevent JVM from exiting after main()
- fsc.exe is very slow because it tries to access cr
- How many times will TCP retransmit
- Writing an OS X kernel extension to implement Linu
- Virtual Box limit Bandwith on network [closed]
- Is ICMP a transport layer protocol?
- How to add negative filter in network tab of Chrom
- Chrome failing to connect to websocket server (Opc
If you mean what ports are listening, you can open a command prompt and write:
You can write:
for an explanation of all options.
nmap is a useful tool for this kind of thing
http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx
There are a lot of options and tools. If you just want a list of listening ports and their owner processes try.
Open up a command prompt then type...