On Sun, 22 Jul 2012 16:37:16 +0800 lina <[email protected]> wrote:
> > P.S I also found > > tcp 0 0 127.0.0.1:631 0.0.0.0:* > LISTEN tcp 0 0 127.0.0.1:25 > 0.0.0.0:* LISTEN tcp 0 0 > 0.0.0.0:538 0.0.0.0:* LISTEN > > > 631 is for network printer, I am confused why it need LISTEN here, I > only print once or twice each month. > > What 538 is for? I googled, but I don't have gdomap > installed, strange? > Run netstat -tupan as root, and it will also show you the processes associated with the ports. The -p does that, and as root, it will show all processes, not just yours. -- Joe -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

