Showing posts with label pstree. Show all posts
Showing posts with label pstree. Show all posts

Thursday, 31 July 2008

Process Tree in Ubuntu

Want to know what processes are running in Ubuntu? Just open a terminal & type the following.

pstree

If you want the output from the command to be written to a text file on your desktop just do the following.

cd ~/Desktop
pstree > output.txt