πŸ“Š 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:


Made with care by Pragmatic Sysadmin.