Last Updated: February 25, 2016
·
666
· paolodt

Print the process 'forest'

To get a more readable list of the processes running on your macchine, use the f (forest) option with the ps command.

For example:

ps fux

It will print the processes hierarchy with a simple but useful tree representation.

(It doesn't work on Mac OSX, unfortunately)