About Quotas
This feature of Linux allows the system administrator to allocate a maximum amount of disk space a user or group may use.
Linux Manual Page:
https://man7.org/linux/man-pages/man1/quota.1.html
Quotas Details
Quotas
User availability .G. | |
This is a global application. Can be installed only by the System Administrator, ie; main account. Will be installed for all existing and new users. |
Location and Port Information
CLI Usage
Install Location | /usr/share/quota |
Config Location | /etc/fstab |
Nginx Location | N/A |
Service Location | /etc/systemd/system/sysinit.target.wants/quota.service /etc/systemd/system/multi-user.target.wants/quotarpc.service |
Port | N/A |
### INSTALL qb install quota -o ${mount_point} installs latest stable version of quota ### UNINSTALL qb remove quota removes quota ### REINSTALL qb reinstall quota -o ${mount_point} installs latest stable version of quota ### QB USER COMMANDS qb user quota -u ${username} -o [SIZE(GB|TB)] sets designated users quota allowance qb user show -u ${username} shows users current quota usage