Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
#!/bin/bash
DIR="reports"
mkdir -p "$DIR"
df -h > "$DIR/disk.txt"
free -h > "$DIR/memory.txt"
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!