How to examine processes in OS X's Terminal?

SundayMonday picture SundayMonday · Dec 1, 2011 · Viewed 142.2k times · Source

I’d like to view information for processes running in OS X. Running ps in the terminal just lists the open Terminal windows. How can I see all processes that are running?

Say I’m running a web browser, terminal and text editor. I’d like to see information for the text editor and web browser.

Answer

SundayMonday picture SundayMonday · Dec 1, 2011

Running ps -e does the trick. Found the answer here.