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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-27-2006
matrixmadhan matrixmadhan is offline Forum Advisor  
Technorati Master
  
 

Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,958
Quote:
ps -eaf | tr -s " " | cut -f 1 -d " " > pidlist
this should probably give you some listing,
eccentric that you dont get any output
atleast you can try this,
try executing the commands individually and you can find the point

besides,
-a option would eliminate listing of session leaders and process that are not connected to the terminal