Show all running processes
Show the status of all running processes and then pipe it into less for ease of navigating and searching.
Example:
$ ps aux | less
Check out www.cyberciti.biz/faq/show-all-running-processes-in-linux/ for more info about showing running processes.