π Disk Quota Checker
Find who’s using the most disk on shared systems
Find top disk space users on shared /home or any other directory. Auto-flags users over 10GB as cleanup candidates. Useful for finding runaway logs, large Docker workloads, or old data.
Features
- β Top N biggest directories with sizes
- β Auto-flag any user over 10GB
- β Breakdown of the largest directory
- β Suggested cleanup actions
- β Works without root for current user’s data
Usage
./disk-quota-checker.sh
sudo ./disk-quota-checker.sh -d /var/www -n 20
Download
Get the script from the Free Tools Pack, or grab it directly:
# Clone from the repo (scripts are in /products/free/)
curl -O https://pragmaticsysadmin.help/downloads/disk-quota-checker.sh
chmod +x disk-quota-checker.sh
./disk-quota-checker.sh --help
License
MIT β use, modify, redistribute.
Support
Bugs or questions: pragmatic@pragmaticsysadmin.help
More tools
See /shop/ for the full catalog, including paid toolkits:
- The 5-Minute Server Health Check Toolkit ($9) β the “do everything” Monday morning ritual
Made with care by Pragmatic Sysadmin.