Author: Christophe Gevrey
Updated: [udate]
$locate nmap
If you can not find it, download it from
www.insecure.org and install it following the included instruction.Here are some typical examples:
Scan your own machine
$nmap -v localhost
Check the port http of your local network
$nmap -v -p 80 192.168.1.*
Note that complete doc can be found by typing $man nmap on a un*x box.