Process Management

pstree

English

Overview

A command that displays running processes as a tree, showing their parent-child relationships.

Details

While the ps command gives a simple flat list, pstree lets you visually grasp the hierarchy of which process launched which. It's used, for example, to check whether a service is spawning its child processes as expected.

More Linux terms