command pstree PID can show all subprocess information of the process specified by PID. However, I also want to know all parent process information of
pstree PID
PID
I found laps options mentioned by @haridsv (pstree -laps ) being a solution. It was a bit verbose for me though, so I'd stick to a shorter aps output.
laps
pstree -laps
aps