Ubuntu – get parent PID (ppid) from child PID Post author By anthony Post date August 11, 2016 Categories In Ubuntu No Comments on Ubuntu – get parent PID (ppid) from child PID To get the parent(s) of a pid, run the following command, where “123” equals the child pid: ps -o ppid=123 Tags child pid, parent pid, pid, ppid