Software >> OS >> Unix >> Linux >> Redhat >> How to enable user and group quota to a filesystem

edit /etc/fstab

add the options highligted in the box to the auto mount options for that mountpoint

activate either by a reboot or

# mount -o remount /Data

create quota files by

# quotacheck -cug /Data

show the new user and group quota hidden files by ls -a (show hidden file)

# ls -a /Data

# quotacheck -avug