Chapter 13: System Processes and Memory Management

Media:

13.1 UNIX System Processes
13.1.1 Kernel Allocation for Processes
13.1.2 Types of UNIX Processes
13.2 Displaying processes 
13.2.1 The ps command
Displaying a Listing of Your Processes With ps
Displaying a Full Listing of All Processes With ps -ef
Column Headings for the ps -ef Command
13.2.2 Piping ps Output to grep and pgrep
Using Control Characters
13.3 Terminating Processes
13.3.1 Parent and Child Process Relationships
13.3.2 Finding and Terminating Processes for a Uses
Terminating a Process With pkill
Command Piping
13.4 Memory Management
13.4.1 Kernel and Swap Space