Process Management & Scheduling
Scenario: Taming a Rogue Data Processing Script and Scheduling Cleanup
Objective: A data processing script (data_cruncher.sh), started by a user, is consuming excessive CPU and memory. You need to identify it, control its execution, and schedule a nightly script to clean up temporary files it generates.

🔎 Process Identification & Monitoring

🛑 Controlling & Managing Processes

⏰ Scheduling & Automation

💡 Pro Tips

🚀 Start Process Management Challenge
← Back to Scenarios