1
0
Fork 0
mirror of https://github.com/Erreur32/cheat.git synced 2025-01-13 00:02:02 +01:00

Added ps cheatsheet

This commit is contained in:
Alberto Jacini 2013-08-24 15:46:50 +02:00
parent c460bfdb31
commit 60ee4818b1

8
cheatsheets/ps Normal file
View 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