In the GNU utils, ps auxf gives the process list with forest (tree).
Is there a equivalent for this command at BSD / OS X systems?
feedback
|
|
pstree is generally part of the default install or easily installable on bsd systems. That's what I use. For example, you can install it via macports on a mac. | |||
feedback
|