GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  DataStage

 Print  |  
Question:  how to find the process id?explain with steps?



September 09, 2006 11:12:17 #1
 rajeev   Member Since: Visitor    Total Comments: N/A 

RE: how to find the process id?explain with steps?
 

you can find it in UNIX by using ps -ef command it displays all the process currently running on the system along with the process ids

     

 

Back To Question