Links: PROGRAMMING - TECHNOLOGY
Rel:
Ref:
Tags: #public
display all running processes of current logged in user (shows PID & name)
ps
ps aux
display all processes from the system (a=all users, u=display user/owners, x=include processes not attached to terminal);\nshows: USER, PID, %%CPU, %%MEM, VSZ, RSS, TT, STAT, STARTED, TIME, COMMMAND (terminal/monitor/app thats running it)