In Linux, a running instance of a program is called process. Occasionally, when working on a Linux machine you may need to find out what processes are currently running.There are number of commands that you can use to find information about the running processes, with ps and top being the most commonly used ones.
Source: LXer – Ps Command in Linux