Move pages back into a "pages" folder
This commit is contained in:
11
pages/common/ps.md
Normal file
11
pages/common/ps.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ps
|
||||
|
||||
> Information about running processes
|
||||
|
||||
- list all running processes
|
||||
|
||||
`ps aux`
|
||||
|
||||
- list all running processes including the full command string
|
||||
|
||||
`ps auxww`
|
Reference in New Issue
Block a user