Re: process tbl

2014-11-29 Thread Cameron Simpson
On 28Nov2014 17:24, bruce wrote: thanks ! I discovered that the ps -ppid "parentID" would return the list of child pids which works, but thanks..! You should bear in mind that that will probably be a GNU "ps" specific option. On Fedora you're fine; on other UNIX platforms that may not be av

Re: process tbl

2014-11-28 Thread bruce
Hey cameron.. thanks ! I discovered that the ps -ppid "parentID" would return the list of child pids which works, but thanks..! On Fri, Nov 28, 2014 at 3:36 PM, Cameron Simpson wrote: > On 28Nov2014 13:19, bruce wrote: >> >> A test app does a fork, creates children processes. >> Is there a w

Re: process tbl

2014-11-28 Thread Cameron Simpson
On 28Nov2014 13:19, bruce wrote: A test app does a fork, creates children processes. Is there a way to view the procTBL "ps" to be able to see that a process is a "child" process? I know you can see when a child has stopped, but the parent is still running.. but is there a way to see if there ar

process tbl

2014-11-28 Thread bruce
Hey.. A test app does a fork, creates children processes. Is there a way to view the procTBL "ps" to be able to see that a process is a "child" process? I know you can see when a child has stopped, but the parent is still running.. but is there a way to see if there are "running" children, some