Tag: cli

Linux pstree Command

Since every process (except the very first one) in a Linux system has a parent, it sometimes makes things easier to understand if all processes are displayed in a tree structure. You’ll be glad to know there exists a command line utility – dubbed pstree – that displays a tree of processes. In this tutorial,