Posted inHome How-to's Linux Ubuntu How do I get the parent process ID of a given child process in Linux. Posted by By Akash Angle March 14, 2018 Use ps -o ppid= e.g. ps -o ppid= 2076 returns 2054, which you can easily use in…