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>.

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 edquota on any operating system with command-not-found.com