edquota
Edit quotas for a user or group. By default it operates on all filesystems with quotas. Quota information is stored permanently in the quota.user and quota.group files in the root of the filesystem. More information: <https://manned.org/edquota>.
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