Day 3 - Linux Command Cheat Sheet for DevOps
π Process & Resource Management
top: Displays real-time system resource usage and active processes.
htop: Interactive process viewer (more user-friendly than top).
ps aux: Shows a detailed snapshot of all running processes.
kill -9 <PID>: Forcef...
learnsharegrow.hashnode.dev2 min read