View Single Post
  #3  
Old March 24th, 2008, 06:55 AM
Giaguara's Avatar
Giaguara Giaguara is offline
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 8,621
Thanks: 7
Thanked 99 Times in 98 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
In Terminal,

top

should show all running processes. There are two options: either the application is running and we can kill it with

kill pid

where pid is the number for the process, e.g. kill 928 for killing a process that shows that PID. The second option is that the process is a zombie, and it can't be killed, and the RAM wasted by it will be released only at reboot.

Top should also list how many processes are running, and if there are any zombies.
__________________
MacBook Pro | Dell Mini Inspiron 9 | Mac Mini | Newton 2000 | iPhone | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote