The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-31-2008
ynilesh's Avatar
ynilesh ynilesh is offline
Registered User
 

Join Date: Oct 2007
Location: Bangalore, India.
Posts: 195
ps -a -u {username}

This will display you processes running by perticular user.
Reply With Quote