Find Parent Process ID (PPid)

You can execute below command to look up the parent process id of the process id.

# cat /proc/PID/status  | grep PPid
PPid:   7069

You May Also Like

Leave a Reply?