proceso y puerto

Cristian Gutierrez crgutier en dcc.uchile.cl
Vie Oct 14 18:15:19 CLST 2005


Hoy en la tarde, Rodrigo Salinas dijo:
> hola,
> un amiguito levanto un proceso (¿?) que abrio el puerto 32771, y no se
> como ver que proceso es el que lo tiene abierto, como averiguo esto?
> (estoy en fc4)

De la forma "chancha":

  # nestat -tnap | grep :32771

Un poco mas refinado:

  # fuser -n tcp 32771

Y un Picasso:

  # lsof  -i 4tcp en 127.0.0.1:32771

(cambiar la IP si esta "bindeado" en otra interfaz)

-- 
Cristian Gutierrez                          /* crgutier en dcc.uchile.cl */
"There's no problem so large it can't be solved by killing the user
off, deleting their files, closing their account and reporting their
REAL earnings to the IRS." -- The B.O.F.H..




Más información sobre la lista de distribución Linux