mirror of https://github.com/CrimsonTome/tldr.git
12 lines
160 B
Markdown
12 lines
160 B
Markdown
|
# ps
|
||
|
|
||
|
> Information about running processes
|
||
|
|
||
|
- list all running processes
|
||
|
|
||
|
`ps aux`
|
||
|
|
||
|
- list all running processes including the full command string
|
||
|
|
||
|
`ps auxww`
|