|
Here...
there are couple of ways:
1. if the process is a "well known" and/or sits on the stadard ports under just see the file /etc/services
2. if you have to find a port for an ongoing connection that may be using the "ephemeral" port see netstat -p
|