2013-03-27 48 views

回答

0

您可以安裝nmap,做一個掃描開放的端口:

nmap localhost 

如果你有很多的服務,您可以grep的apache2http這樣的:

nmap localhost | grep http 

80/tcp open http