在 linux 命令列模式下執行下列指令,就會列出開機的主機清單

# nmap -sP 192.168.0.1-254 | grep “Host” | cut –delimiter=” ” -f2

不過若是電腦有將 ICMP 通訊協定的回應功能給關閉就,當然就不會被列出。