Hello all,
I wonder why fuser won't show me the process id of any ESTABLISHED
connection.
I do a "netstat -nat" to see all connections...Then, for example, I would
like fuser to tell me Mozilla is using local port 25335 (just saw it on
netstat results...) I do:
netstat -v -n tcp 25335
I get:
address ::
address ::ffff: 64.233.161.104
Whereas If I do:
netstat -v -n tcp 6000
it shows me that X is the process using this socket and it gives me the
process id.
I know about the lsof command (that works like charm) but I'm wondering this
strange behaviour on fuser.
Anyone?
Thanks in advance,
Jose
|