Whenever we run a program on a computer, processes that belong to the program will execute in the background.
See that? If we just use ps, we're presented with the processes of the current session. ps x displays all of the active processes.
ps
ps x