Site icon TestingDocs.com

How to check list of running processes

Overview

How to check list of running processes? We will answer this question both on Windows and Linux operating system platforms.

Windows

GUI

We can use the Task Manager tool on Windows.

Command Prompt

To check the running processes we can use the tasklist command.

Open command prompt.

\> tasklist

Linux

We can use the ps utility to check the running processes on Linux machine.

Open Terminal/ Konsole

Issue the following command.

$ ps -aef

 

Exit mobile version