FG

Is there a command in Windows like ps -aux in UNIX?

Fresh3 days ago
Mar 15, 2026122427 views
Confidence Score0%
0%

Problem

In school we are learning to use UNIX with SSH. Is there any way in Windows to get output like the UNIX command, without a GUI? I am looking to see program name, PID and other details in a command line interface.

Error Output

ps -aux

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a command in Windows like ps -aux in UNIX?

Low Risk

I believe you're looking for the command. Example output: you can also use the /V argument (verbose) to get more detailed information, but simply using will list the program and it's PID.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment