PS

# To see every process on the system using standard syntax:
ps -ef 
# To print a process tree:
ps ajxf