[pappy@chmodx]:$ man ps

$ ps

Report a snapshot of current processes

DOCUMENTEDProcessesUbuntu 24.04 LTS baseline

Synopsis

ps [options]

What it does

Examples

Show processes for the current shell
ps
Show all processes in a common Linux format
ps aux
Show processes as a full listing
ps -ef

Important details

These examples are intentionally conservative. Command behavior can still depend on filesystem state, permissions, locale, shell, installed package version, and other system configuration. For exact option semantics, the linked authoritative documentation is the source of truth.