start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getpgrp Chapter 5
Function Reference
Next: Reference: getpriority
 

getppid

getppid

Returns the process ID of the parent process. On the typical Unix system, if your parent process ID changes to 1 , your parent process has died and you've been adopted by the init program.


Previous: Reference: getpgrp Perl in a Nutshell Next: Reference: getpriority
Reference: getpgrp Book Index Reference: getpriority