Add cheatsheets

This commit is contained in:
TiTi
2013-10-09 00:16:31 +02:00
parent 97182d4cf1
commit 9d1a65b4bb
6 changed files with 17 additions and 1 deletions

View File

@ -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