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 / 1What does PID stand for?
References
These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.