Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# ps
> Information about running processes
> Information about running processes.
- list all running processes
- List all running processes:
`ps aux`
- list all running processes including the full command string
- List all running processes including the full command string:
`ps auxww`
- search for a process that matches a string
- Search for a process that matches a string:
`ps aux | grep {{string}}`