2013-03-27 52 views

回答

0

您可以安装nmap,做一个扫描开放的端口:

nmap localhost 

如果你有很多的服务,您可以grep的apache2http这样的:

nmap localhost | grep http 

80/tcp open http