>>>>> "LZ" == Luiz Otavio L Zorzella <[EMAIL PROTECTED]> writes:

LZ> looking at the package, I ended with "lsof -U". Now I can't quite
LZ> decifrate the results. For example, let's take the most famous:
LZ> sendmail on port 25. 

LZ> nr# lsof -U
LZ> COMMAND    PID     USER   FD   TYPE     DEVICE SIZE/OFF  INODE NAME
LZ> (...)
LZ> sendmail   185     root    3u  unix 0x03aab414      0t0    846 ->0x03aab810
LZ> (...)

You try to find TCP-Port 25, but lsof -U shows Unix domain sockets.

Try lsof |grep smtp

Ciao,
        Martin



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to