http://bmatthew1.blogspot.com/2008/07/process-tree-in-ubuntu.html
sudo ps l
sudo pstree -p test사용자이름
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
cd ~/Desktop
pstree -p > output.txt
내보내기가 안된다 ㅠㅠ
다음검색