Timeline for Get list of processes that were forked off my currently running process?
Current License: CC BY-SA 4.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 25, 2018 at 9:51 | vote | accept | divyanshm | ||
| S Nov 25, 2018 at 9:51 | history | bounty ended | divyanshm | ||
| S Nov 25, 2018 at 9:51 | history | notice removed | divyanshm | ||
| Nov 23, 2018 at 8:57 | comment | added | divyanshm | Yes, and that is why I was exploring #2 -> ability to listen to a process being forked right away. | |
| Nov 22, 2018 at 19:29 | comment | added | user313992 | I hope you're aware that a) a process can get rid of its parent (escape the process tree) by fork + exit b) you can start a process inside another unrelated process of the same user with ptrace eg. gdb -p PID -batch -ex 'p system("command")'. | |
| Nov 22, 2018 at 9:41 | comment | added | divyanshm | Yes, I would need the grandchildren too. Basically the subtree rooted at my wrapper application process. | |
| Nov 22, 2018 at 9:29 | comment | added | humanityANDpeace | Do you want to include also the "grandchildren etc.", i.e. if your script spawns process A, would children of process A be included in your tracking? | |
| Nov 20, 2018 at 11:22 | answer | added | ctrl-alt-delor | timeline score: 0 | |
| Nov 20, 2018 at 11:18 | comment | added | ctrl-alt-delor | What language are you writing in? | |
| Nov 19, 2018 at 6:16 | answer | added | Devidas | timeline score: 7 | |
| Nov 19, 2018 at 3:26 | answer | added | muru | timeline score: 11 | |
| Nov 19, 2018 at 0:00 | history | tweeted | twitter.com/StackUnix/status/1064307443897966592 | ||
| Nov 18, 2018 at 17:56 | answer | added | finn | timeline score: 4 | |
| S Nov 18, 2018 at 8:55 | history | bounty started | divyanshm | ||
| S Nov 18, 2018 at 8:55 | history | notice added | divyanshm | Draw attention | |
| Nov 14, 2018 at 12:07 | history | edited | divyanshm | CC BY-SA 4.0 | added 8 characters in body |
| Nov 14, 2018 at 12:05 | review | First posts | |||
| Nov 14, 2018 at 12:29 | |||||
| Nov 14, 2018 at 12:00 | history | asked | divyanshm | CC BY-SA 4.0 |