Re: Which daemon is running on port 1109?
From: Noel R. Nihill (nnihil01_at_Motorola.BLAH.com)
Date: 11/05/03
- Next message: Mika: "Secure Patch for Fujitsu Solaris"
- Previous message: Charles Lindsey: "Motif libraries"
- In reply to: Nico van Vliet: "Which daemon is running on port 1109?"
- Next in thread: Dr. David Kirkby: "Re: Which daemon is running on port 1109?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 5 Nov 2003 14:28:20 -0000
"Nico van Vliet" <N.vanVliet@utwente.nl> wrote in message
news:boauqm$5lf$1@netlx020.civ.utwente.nl...
> Hi,
>
> On solaris 8 I have some daemon running on port 1109.
> This seems to be a port used by kpop, only there is no kpop installed
> and the port is not in /etc/services, but i can connect with telnet.
/etc/services doesn't tell you much at the best of times :0)
> How, in general, can i find out wich daemon is listening to a certain
port?
If the daemon in registered as an RPC service,
rpcinfo -p | grep 1109 will shed some light.
Some daemons will return some sort of banner when
connected to by a Telnet client, or if you then hit return
or speak some nonsense to them. Some do not.
Presumably this daemon didn't say anything useful
when you connected to it with telnet.
You could look in /etc/rc*.d/ for any 'weird' looking
(i.e. not shipped by Sun) S-scripts and use ps and pfiles
to find out what ports/sockets that any programs started
by them are using.
Are you running any database servers or somesuch?
Failing all that, download and install lsof:
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/
...and do 'lsof -i :1109'
> TIA
>
> Nico
-- Noel R. Nihill UNIX® platform development Motorola NSS I *could* be arguing in my spare time.
- Next message: Mika: "Secure Patch for Fujitsu Solaris"
- Previous message: Charles Lindsey: "Motif libraries"
- In reply to: Nico van Vliet: "Which daemon is running on port 1109?"
- Next in thread: Dr. David Kirkby: "Re: Which daemon is running on port 1109?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|