ps

ps#

Process listing.

$ ps aux
$ ps -ef
$ ps -o pid,user,cmd --sort=-%mem | head
$ ps -p $$
$ ps -T -p PID