List and kill running processes on Mac OS in Ctrl/Alt/Delete-like way?
Posted
by
AP257
on Super User
See other posts from Super User
or by AP257
Published on 2010-09-24T07:35:49Z
Indexed on
2014/08/18
16:31 UTC
Read the original article
Hit count: 216
mac
So, what do you do on a Mac when a process (as opposed to an application) is hogging CPU, swamping your machine, and you need to kill it?
I know you can use top
or open Applications > Utilities > Activity Monitor
and kill it from there.
But what happens when the process is already using so much CPU that doing either of those tasks is impossible?
On Windows, you can just do Ctrl/Alt/Delete and the process list will reliably open. So no matter how much your computer is thrashing, you always have access to the list of processes.
On Mac OS, there's Cmd/Alt/Escape, which reliably shows running applications. Fine when it's an application causing the problem. But: what do you do if it's a process?
© Super User or respective owner