1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-23 08:36:06 +02:00

Merge pull request from albertojacini/ps_cheatsheet

Added ps cheatsheet
This commit is contained in:
Chris Lane 2013-08-24 13:48:25 -07:00
commit e6d5d9b8dc

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