#Linux
The ps command lists running processes. The following command lists all processes running on your system:
ps -A
Home Page