1753877 Members
7458 Online
108809 Solutions
New Discussion юеВ

Serives Running on Ports

 
vjta
Regular Advisor

Serives Running on Ports

Hi All,

Can we check the services running on which ports in HP-UX 11iv3?

Thanks in Advance.

vjta
Vijeta Bhedi
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: Serives Running on Ports

vjta
Regular Advisor

Re: Serives Running on Ports

Hi Ivan
Thanks for ur quick reply but i m looking for system in-built cmds.

Thanks & regards
vjta
Vijeta Bhedi
likid0
Honored Contributor

Re: Serives Running on Ports

If you can't install losf(You should! ;D). Then you have the posibility of using:

#netstat -an | grep -i listen
this way you can list what ports are listening on the server, and then go one by one finding out what the services on those ports are(Duh).

you can also use/install nmap or use it from a linux box that has it installed by default, to get a list of ports/services.

Windows?, no thanks