http://www.linuxquestions.org – Hi All, i want to check all the child processes attached to a specific process. Say for a example; my process is a java process. then i wanna know what are the processes attached to that java process. at the moment i use the command # ps aux|grep java ; this gives the details about the currently running java process. (HowTos)