What exactly do you want to achieve?
One can "ps -ef |grep <fatherprocess-ID>" in loop,then watch the sons that it creates.
For deeper tracing one ca use the "trace" utility,that will nail down all kernel activity,then display the log by PID. "Long live king Moshiach !"
h
I would like to know all the process launch by one other process and the parameters of the processes.
The ps -ef |grep PID is not a "real time" solution because you need to run the command on a loop an you can't be sure that you will gather all the process.
Of course I want to know when a soon process finished !!!
At first I would like to use the syscalls command but i have some problem to use this one.
Does somebody use this command.?
The problem is to attach a PID with the syscalls -p PID command.
Thank's
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.