Introduction
This lab introduces essential Linux tools for managing processes and system resources. As a beginner, you'll learn how to use ps, top, and free commands to monitor and analyze system processes and memory usage. These tools are fundamental for understanding what's happening on your Linux system.
Achievements
By the end of this lab, you'll be able to:
- List and filter processes using
ps - Monitor processes in real-time with
top - Check system memory usage using
free



