bind question 

Newsgroups: comp.unix.questions
Date: 27 Sep 2001 00:21:18 -0700
> My Solaris application requires a certain port. On some machines it
> ...
> Is there a way to find out which application has already bound to that
> port.

Yep, use netstat -ap, or man netstat on your machine for correct options.

This will list the active and listening ports -> program you're looking for.

Please see: http://www.iana.org/assignments/port-numbers for licensed

Chris