6.6k views
4 votes
What can be used on a linux system to trace the lineage of each child process??

User Volkinc
by
8.3k points

1 Answer

3 votes

The pstree command can be used on a Linux system to trace the lineage of each child process.

The pstree command shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees rooted at processes owned by that user are shown.
User John Estropia
by
8.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.