The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: process id
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-23-2006
amro1 amro1 is offline
Registered User
 

Join Date: Mar 2006
Posts: 106
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
Reply With Quote