Software >> OS >> Unix >> Linux >> RHEL >> How to enable user and group quota to a filesystemedit /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
|