See ../python/links, python, links, system administration…
Learn Linux, 101: Create, monitor, and kill processes
List all processes:
ps -e
or even better:
ps faux
f
ascii art process hierarchy
a
all tasks
x
list services as well
u
all users