A command that displays running processes as a tree, showing their parent-child relationships.
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.
© 2026 ITBGM