telequotad
install
# apt-get install -y hubzero-telequotad
Configure
In order for filesystems quotas to work they must be enabled when they are mounted. Determine which filesystem contains your home directories and add "quota" to the mount option of the corresponding entry in the /etc/fstab file. Only the filesystem with /home on it matters to telequotad.
If quotas weren't already in affect, the run something like the following (depending on your filesystem configuration) to start up the quota system.# mount -oremount / # /etc/init.d/quota restart
Test
# repquota -aShould show disk usage for all users.