Linux30: Automating the Daily Health Check

Running the same checks manually wastes time — security operations analysts automate routine validation

Objective

Learner can write an executable bash script with shebang, command sequences, and output redirection

Mission

Write an executable script daily-check.sh in ~/shared/ that runs disk usage check, process status check, and saves output to ~/documents/daily-check-output.log.

Commands you may need to solve this lab

#!/bin/bashdf -hps auxchmod +x./

Questions

Machine Offline

Isolated container is offline

Click "Start Machine" to boot your sandbox instance and choose your preferred interface