October 2016
Beginner
406 pages
7h 50m
English
Imposing limits on the amount of storage a user can consume is an effective way to manage resources and ensure they are made available to everyone fairly, especially in a multiuser environment. This recipe shows you how to enable quotas and set limits by users and groups.
This recipe requires a CentOS system with administrative privileges provided by logging in with the root account or using sudo. It assumes /home mounts its own filesystem.
Follow these steps to set up quotas and specify storage limits:
/etc/fstab file for editing:
vi /etc/fstab
uquota to the mount options for /home. For group ...Read now
Unlock full access