On Tue, 12 Sep 2000, Fergal Moran wrote: > netstat -an produces the line > tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN > > but I can't figure out what is actually opening the port... > can you? > use the -p flag to netstat (as root) to print out the PID/process name. > Cheers, > > Fergal.. > >