Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

edquota(8) [redhat man page]

EDQUOTA(8)						      System Manager's Manual							EDQUOTA(8)

NAME
edquota - edit user quotas SYNOPSIS
edquota [ -p protoname ] [ -u | -g ] [ -r ] [ -F format-name ] [ -f filesystem ] username... edquota [ -u | -g ] [ -F format-name ] [ -f filesystem ] -t DESCRIPTION
edquota is a quota editor. One or more users or groups may be specified on the command line. For each user or group a temporary file is created with an ASCII representation of the current disk quotas for that user or group and an editor is then invoked on the file. The quo- tas may then be modified, new quotas added, etc. Setting a quota to zero indicates that no quota should be imposed. Users are permitted to exceed their soft limits for a grace period that may be specified per filesystem. Once the grace period has expired, the soft limit is enforced as a hard limit. The current usage information in the file is for informational purposes; only the hard and soft limits can be changed. Upon leaving the editor, edquota reads the temporary file and modifies the binary quota files to reflect the changes made. The editor invoked is vi(1) unless either the EDITOR or the VISUAL environment variable specifies otherwise. Only the super-user may edit quotas. OPTIONS
-r Edit also non-local quota use rpc.rquotad on remote server to set quota. The -n option is equivalent, and is maintained for back- ward compatibility. -u Edit the user quota. This is the default. -g Edit the group quota. -p protoname Duplicate the quotas of the prototypical user specified for each user specified. This is the normal mechanism used to initialize quotas for groups of users. -F format-name Edit quota for specified format (ie. don't perform format autodetection). Possible format names are: vfsold (version 1 quota), vfsv0 (version 2 quota), rpc (quota over NFS), xfs (quota on XFS filesystem) -f filesystem Perform specified operations only for given filesystem (default is to perform operations for all filesystems with quota). -t Edit the soft time limits for each filesystem. In old quota format if the time limits are zero, the default time limits in <linux/quota.h> are used. In new quota format time limits must be specified (there is no default value set in kernel). Time units of seconds, minutes, hours, days, weeks, and months are understood. Time limits are printed in the greatest possible time unit such that the value is greater than or equal to one. FILES
aquota.user or aquota.group quota file at the filesystem root (version 2 quota, non-XFS filesystems) quota.user or quota.group quota file at the filesystem root (version 1 quota, non-XFS filesystems) /etc/mtab mounted filesystems table SEE ALSO
quota(1), vi(1), quotactl(2), quotacheck(8), quotaon(8), repquota(8) EDQUOTA(8)

Check Out this Related Man Page

QUOTA(1)						      General Commands Manual							  QUOTA(1)

NAME
quota - display disk usage and limits SYNOPSIS
quota [ -F format-name ] [ -guvs | q ] quota [ -F format-name ] [ -uvs | q ] user quota [ -F format-name ] [ -gvs | q ] group DESCRIPTION
quota displays users' disk usage and limits. By default only the user quotas are printed. quota reports the quotas of all the filesystems listed in /etc/mtab. For filesystems that are NFS-mounted a call to the rpc.rquotad on the server machine is performed to get the information. OPTIONS
-F format-name Show quota for specified format (ie. don't perform format autodetection). Possible format names are: vfsold (version 1 quota), vfsv0 (version 2 quota), rpc (quota over NFS), xfs (quota on XFS filesystem) -g Print group quotas for the group of which the user is a member. The optional -u flag is equivalent to the default. -v will display quotas on filesystems where no storage is allocated. -s flag will make quota(1) try to choose units for showing limits, used space and used inodes. -q Print a more terse message, containing only information on filesystems where usage is over quota. Specifying both -g and -u displays both the user quotas and the group quotas (for the user). Only the super-user may use the -u flag and the optional user argument to view the limits of other users. Non-super-users can use the the -g flag and optional group argument to view only the limits of groups of which they are members. The -q flag takes precedence over the -v flag. DIAGNOSTICS
If quota exits with a non-zero status, one or more filesystems are over quota. FILES
aquota.user or aquota.group quota file at the filesystem root (version 2 quota, non-XFS filesystems) quota.user or quota.group quota file at the filesystem root (version 1 quota, non-XFS filesystems) /etc/mtab default filesystems SEE ALSO
quotactl(2), fstab(5), edquota(8), quotacheck(8), quotaon(8), repquota(8) QUOTA(1)
Man Page