6

Tip #822   Hierarchic list of processes

You probably use the ps command a lot, but sometimes there is too much info, and somewhat disordered. It can be easily ordered with the forest option, as the following example shows:
$ ps -e -o pid,args --forest

 
  • TAGS:
  • ps