mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 10:08:30 +02:00
Add cheatsheets
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
# To list every process on the system:
|
||||
ps aux
|
||||
|
||||
# To list a process tree
|
||||
ps axjf
|
||||
|
||||
# To list every process owned by foouser:
|
||||
ps -aufoouser
|
||||
|
||||
# To list every process with a user-defined format:
|
||||
ps -eo pid,user,command
|
||||
ps -eo pid,user,command
|
||||
|
Reference in New Issue
Block a user