![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
getting PID
Hi ,
I am trying to get the PID using the following command: $ /usr/ucb/ps -auwwwwx | grep java | grep Proceess | ptree PID or $ /usr/ucb/ps -auwwwwx | grep java | grep Proceess;ptree PID it is possible to get PID, such that I check whether any orphan process is running. solution required urgent I got the solution ptree `/usr/ucb/ps -auwwwwx | grep java | grep ProdTap | grep USProd3 | awk '{print $2}'` | wc -l Last edited by Rakesh Bhat : 12-01-2005 at 02:51 AM. |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|