Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getpgrpChapter 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: getpgrpPerl in a NutshellNext: Reference: getpriority
Reference: getpgrpBook IndexReference: getpriority