mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01:00
Added ps cheatsheet
This commit is contained in:
8
cheatsheets/ps
Normal file
8
cheatsheets/ps
Normal file
@@ -0,0 +1,8 @@
|
||||
# To list every process on the system:
|
||||
ps aux
|
||||
|
||||
# To list every process owned by foouser:
|
||||
ps -aufoouser
|
||||
|
||||
# To list every process with a user-defined format:
|
||||
ps -eo pid,user,command
|
||||
Reference in New Issue
Block a user