Process Management
ps [-aef] [-u<user>]
- Reports on active processes and shows their identification numbers
- Options:
- [-a] lists all the processes associated with a terminal
- [-e] lists all the processes
- [-f] produces a full listing
- [-u <user>] prints processes owned by the specified <user>