Comments on Linux pstree Command Tutorial for Beginners (8 Examples)

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.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: immo

hi, I still miss a way to see the bash loop content. But I guess due to the interpreter style of the bash this isnt possible at all. Dont it ?

Example:

while true ; do sleep 10 ; $SUDOCMD python -m myTools -p 4165 ; done &

By: Woniok

Thank you for writing this. This article is very useful one.