# 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.
Click the virtual machine below to start practicing