Operating System - HP-UX
1752348 Members
6275 Online
108787 Solutions
New Discussion юеВ

Re: ps parent and children (without UNIX95)

 
SOLVED
Go to solution
Bill McNAMARA_1
Honored Contributor

ps parent and children (without UNIX95)

is there a way using standard ps to see all processes stemming from one..

Thanks,
Bill
It works for me (tm)
2 REPLIES 2
Solution

Re: ps parent and children (without UNIX95)

You can use the attached program to see all children of given parent.

for example to all children of process with pid 1

ps -ef|ps_org 1
Roger Baptiste
Honored Contributor

Re: ps parent and children (without UNIX95)

Bill,

there is also a downloadable tool pstree to do the same on HP-ux, the link is-

http://hpux.cs.utah.edu/hppd/hpux/Users/pstre-2.11/

-raj
Take it easy.