- Understand the concept of processes in Linux
- Learn how to manage processes using command-line tools
- Explore process monitoring, control, and termination
-
Lesson: Introduction to Processes
- Understanding the concept of processes in Linux
- Process identifiers (PID) and parent-child relationships
- Process states and priorities
-
Lesson: Process Monitoring
- Viewing running processes using
ps - Monitoring process activity using
top - Filtering and sorting processes
- Viewing running processes using
-
Lesson: Process Control and Termination
- Controlling processes with signals:
kill,killall - Background and foreground processes
- Suspending and resuming processes
- Controlling processes with signals:
-
Exercise: Process Management
- Practice monitoring running processes and identifying resource usage
- Control and terminate specific processes using command-line tools