The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
To configure the disk quota for a user:
Enter the following command for a user:
#
edquotausernameor for a group:
#
edquota -ggroupThe command opens a text file opens in the default editor defined by the
EDITORenvironment variable, allowing you to specify the limits for the user or group, for example:Disk quotas for user guest (uid 501) Filesystem blocks soft hard inodes soft hard /dev/sdb1 10325 0 0 1054 0 0
The
blocksandinodesentries show the user's currently usage on a file system.TipSetting a limit to 0 disables quota checking and enforcement for the corresponding
blocksorinodescategory.Edit the soft and hard block limits for number of blocks and inodes, and save and close the file.
Alternatively, you can use the setquota command to configure quota limits from the command-line. The -p option allows you to apply quota settings from one user or group to another user or group.
For more information, see the edquota(8) and
setquota(8) manual pages.

