quotactl (2) Linux Manual Page
NAME quotactl – manipulate disk quotas SYNOPSIS #include <sys/quota.h> #include <xfs/xqm.h> /* for XFS quotas */ int quotactl(int cmd, const char *special, int id, caddr_t addr); DESCRIPTION The quota system can be used to set per-user, per-group, and per-project limits on the amount of disk space used on a filesystem. For each user and/or group,…
