Back to Blog
Arnošt Havelka

PS - List Processes

View running processes in Bash.

Start Interactive Lesson
PS - List Processes

Listing Processes with ps

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.

Usage:ps
ps
List current processes

Knowledge Check

1 / 1

What does PID stand for?

References

These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.

Up Next

KILL - Terminate Processes

Stop processes using their ID.