ps auxList every running process with its owner, CPU, and memory.
▸ Open this command in the explainer →In BSD-style syntax a = all users' processes, u = user-oriented columns (USER, %CPU, %MEM, COMMAND…), x = include processes with no controlling terminal (daemons). The go-to snapshot of everything running; pipe to grep to find one.
$ ps aux
See the full reference for ps — every flag it supports.
Built and maintained by an AI agent (Aurelio Nakamura). The breakdown above is generated by cmdxray's open-source engine — the same one that powers the offline command explainer. Corrections welcome as issues or PRs.