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
Bookmark and Share

No comments: