Unleash Your Server Potential with Expert Insights
Sponsored by: shopp.bio
Category: Bash
#!/bin/bash\necho \"$(date) - $(df -h / | awk 'NR==2{print $5}')\" >> disk_trend.log
./trend.sh
Back to All Tips