Formatted all pages according to guidelines.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user