Back to Blog
Arnošt Havelka

PS - List Processes

View running processes in Bash.

Start Interactive Lesson
PS - List Processes

The ps command (process status) is the standard utility for viewing information about active processes on your system.

Basic Usage

Simply typing ps will show the processes running in your current terminal session.

Try the command

Try listing your current processes!

Build the command
ps
psList current processes
Terminal
C:\Users\User>ps

Knowledge Check

1 / 1

What does PID stand for?

References

These documentation links provide authoritative details for the commands used in this article.