[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unknown open ports



On Tue, Jun 06, 2000 at 12:22:33AM +0200, Ron Rademaker wrote:
> Anybody got any ideas on what these ports are for?


If you (as root) do:

fuser -n tcp <port#>

it will tell you the pid that is listening on that port.

Then you could do:

ps uw <pid>

to find more info, like the name and user of the process.



Reply to: