To get the parent(s) of a pid, run the following command, where “123” equals the child pid: ps -o ppid=123
Tag: pid
Find command associated with PID (process id)
To find the command / more information associated with a specific process id (PID), do the following: cat /proc/[pid]/cmdline