PPID

suggest change

The Process ID (pid) of the script or shell’s parent, meaning the process than invoked the current script or shell.

~> $ echo $$
13016
~> $ echo $PPID
13015

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents