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>.
RUN apt-get update && \
apt-get install -y quota
RUN apt-get update && \
apt-get install -y quota
RUN pacman -S --noconfirm quota-tools
RUN apt-get update && \
apt-get install -y quota
RUN dnf install -y quota-1
RUN apt-get update && \
apt-get install -y quota