Hierarchical tree list of running processes in linux
I’d usually do ps aux.
The ps command can also do:
ps -ef --forest
But the best one is pstree1 from the psmisc package.
pstree
# or
pstree -i # for processids
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus