mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 00:02:02 +01:00
Merge pull request #32 from albertojacini/ps_cheatsheet
Added ps cheatsheet
This commit is contained in:
commit
e6d5d9b8dc
1 changed files with 8 additions and 0 deletions
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
|
Loading…
Reference in a new issue