Process running on which port

Hi

I would like to know, how to find that particular process is running on which port other than /etc/services as this file shows well known ports information.

Use:

pfiles pid | grep AF_INET
1 Like