1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-22 04:35:06 +01:00
cheat/cheatsheets/ps
2013-08-24 15:46:50 +02:00

8 lines
179 B
Plaintext

# 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