01-23-04 09:54 PM
Ulrich Herbst <ulrich.herbst@gmx.de> wrote in message news:<877k1zgc2h.fsf@pculi.herbst.fam>...[QU
OTE]
> tvr1729@yahoo.com (tvr) writes:
>
> Use netstat -ta | grep xxx
>
> But I think that is different for different Unixes.
>
> For Linux, that is netstat -anp | grep 1234
> and you can just list your own processes or you have to be root.
>
> There are some unixes without such a command.
>
> Install and try lsof or fuser.
>
> Uli
>[/QUOTE]
Guys,
I am familiar with piping and tried that earlier.
Netstat give some stream information
but not the actual process that is listening.
I dont know about others but in solaris it is giving out stream information
for example:
host:~ > netstat -a | grep 8001
3003c3ba8d8 stream-ord 300116d0e50 00000000 8001
So you see, I cant make out what the process is.
Anyway, thanks for the replies
tvr
[ Post a follow-up to this message ]
|