Software >> OS >> Unix >> Linux >> How to use pstree to show process tree in Linux like ptree in solaris

use pstree command

to ensure no corrupted character use pstree -G

or use following alias

alias pstree="pstree -G"