quotacheck

Scan a filesystem for disk usage; create, check and repair quota files. It is best to run quota check with quotas turned off to prevent damage or loss to quota files. More information: <https://manned.org/quotacheck>.

Debian Debian
RUN apt-get update && \ apt-get install -y quota
Ubuntu
RUN apt-get update && \ apt-get install -y quota
Arch Arch Linux
RUN pacman -S --noconfirm quota-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y quota
Fedora
RUN dnf install -y quota-1
Raspbian
RUN apt-get update && \ apt-get install -y quota
click the source code to copy install quotacheck on any operating system with command-not-found.com