The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to print parent process name mahendramahendr Shell Programming and Scripting 3 05-23-2008 04:59 AM
Who is the parent of a killed process ? Puntino UNIX for Dummies Questions & Answers 6 05-13-2008 01:50 AM
Can a child process return a specific value to a parent process ? Ametis1970 High Level Programming 8 04-09-2008 08:22 PM
what the getppid of parent process print ramneek IP Networking 1 08-24-2005 06:52 AM
identify parent process in ps? MizzGail UNIX for Dummies Questions & Answers 6 07-03-2002 11:37 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-12-2005
Registered User
 

Join Date: Sep 2005
Posts: 22
Unhappy how to find the chid process id from given parent process id

how to find the chid process id from given parent process id.... (the chid process doesnot have sub processes inturn)
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 10-12-2005
Ygor's Avatar
Moderator
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,243
Try...
Code:
ps -ef|awk -v p=$PPID 'p==$3{print $2}'
Reply With Quote
  #3 (permalink)  
Old 10-12-2005
Registered User
 

Join Date: Aug 2005
Location: Paris
Posts: 75
or simply try ptree my_PID
Reply With Quote
  #4 (permalink)  
Old 10-13-2005
zazzybob's Avatar
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Quote:
Originally Posted by madmat
or simply try ptree my_PID
If the OS has the ptree command that is.....
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:44 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0