Show all processes with user, CPU, memory, and command columns.
Section: Process Inspection Basics
List processes with BSD format
bash
bash
ps auxExplanation
Show all processes with user, CPU, memory, and command columns.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Process Inspection Basics
List processes with full format
Show all processes with PID, PPID, start time, and command.
List processes for a user
Filter processes by effective user and show full format.