$ ps aux
$ ps -ef
$ ps aux --sort=-%mem
| -a | show processes for all users |
| -u | show a user-oriented, detailed format |
| -x | include processes without a controlling terminal |
| -e | show every process |
| -f | full-format listing |
| --sort | order the output by this column (prefix - for descending) |
| --forest | show the process tree with ASCII art |
| --no-headers | omit the column header line |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.