Here’s how to quickly view process tree at the terminal in Linux Mint / Ubuntu / any Linux distro:
1. Issue the following command at the terminal –
pstree
The process tree shows all the running parent / child processes and can be very useful in troubleshooting.