The pstree command shows running processes as a tree. https://www.cyberciti.biz/faq/unix-linux-pstree-command-examples-shows-running-processestree/ #unix #linux #macos #freebsd #opensource
@loudfpv
On #FreeBSD 14, -[dD] options show trees: ps auxd
On ps(1) -f option:
"Show command-line and environment information about swapped out processes. This option is honored only if the UID of the user is 0."
No wonder I did not notice anything different from "ps aux" (ran "ps auxf" as mortal user).
Ah, for more compact output:
ps dax