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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-24-2006
shesatmine shesatmine is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 8
You can also try lsof:

Code:
lsof -i tcp:port

or udp if your app uses that. Note that you'll have to be the owner of that process in order to see it listed.

Salut