Introduction
Sometimes you want to see what programs are running on your computer. The ps command shows you a list of these running programs, called processes. This helps you understand what your computer is doing right now.
When you want to check if a program you started is still running.
When your computer feels slow and you want to see which programs use resources.
When you want to find the process ID (PID) to stop a program.
When you want to see all running programs by all users on the system.
When you want to check details like how long a program has been running.