Add Logging to the System Monitor

# Introduction In this challenge, you will enhance the provided Linux system monitor script by adding a logging feature. The goal is to record resource usage (CPU, memory, and disk) into a log file after every monitoring cycle. This task will test your ability to modify and extend a shell script to include file-based output. The base script is provided for you. You need to add the logging feature to it.

|
60 : 00

Click the virtual machine below to start practicing