Am Mi, den 28.01.2004 schrieb [EMAIL PROTECTED] um 19:56: > Hi, here's the network newbie again... > > How or Where can I find which process is listening on specific port? fuser -v -n tcp <port> or fuser -v -n udp <port>
You might also find various options in "netstat" helpful, depending on exactly what information you are looking for. For example, try running
netstat -lp
to see if its output is helpful to you.
- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
