On Wednesday 07 September 2005 17:06, Vinz486 wrote: > Dopo un reboot mi trovo la porta 7140 in LISTEN. > > Da root nestat dà: > > # netstat -anp | grep LISTEN | grep 7140 > tcp 0 0 0.0.0.0:7140 0.0.0.0:* > LISTEN - > > E non mi fa vedere il PID di chi sta usando questa porta. > > Sapete cosa è? O come fare a scoprire quale processo tiene aperta quella > porta? Non è un mio cruccio, è un grosso problema per me... :-(
..a tua scelta: # fuser -v 7140/tcp # lsof -i :7140 bye R ---------------------------------------------------- There are only 10 types of people in this world... those who understand binary, and those who don't. ----------------------------------------------------

