From 869fe242340fefe0540fdcf51698ba4c3c8c07bb Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 23 Mar 2001 12:03:26 +0000 Subject: Initial revision --- edquota.8 | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 edquota.8 (limited to 'edquota.8') diff --git a/edquota.8 b/edquota.8 new file mode 100644 index 0000000..e02218c --- /dev/null +++ b/edquota.8 @@ -0,0 +1,95 @@ +.TH EDQUOTA 8 +.SH NAME +edquota \- edit user quotas +.SH SYNOPSIS +.B edquota +[ +.B \-p +.I proto-user +] [ +.B \-ug +] +.IR name .\|.\|. +.LP +.B edquota +[ +.B \-r +] +[ +.B \-ug +] +.B \-t +.SH DESCRIPTION +.IX "edquota command" "" "\fLedquota\fP \(em edit user quotas" +.IX edit "user quotas \(em \fLedquota\fP" +.IX "user quotas" "edquota command" "" "\fLedquota\fP \(em edit user quotas" +.IX "disk quotas" "edquota command" "" "\fLedquota\fP \(em edit user quotas" +.IX "quotas" "edquota command" "" "\fLedquota\fP \(em edit user quotas" +.IX "filesystem" "edquota command" "" "\fLedquota\fP \(em edit user quotas" +.B 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 +.SM ASCII +representation of the current disk quotas for that user or group and an editor +is then invoked on the file. The quotas may then be modified, new +quotas added, etc. Upon leaving the editor, +.B edquota +reads the temporary file and modifies the binary quota files to reflect +the changes made. +.LP +The editor invoked is +.BR vi (1) +unless either the +.SB EDITOR +or the +.SB VISUAL +environment variable specifies otherwise. +.LP +Only the super-user may edit quotas. +.SH OPTIONS +.TP +.B \-r +Edit also non-local quota use rpc.rquotad on remote server to set quota. +The +.B \-n +option is equivalent, and is maintained for backward compatibility. +.TP +.B \-u +Edit the user quota. This is the default. +.TP +.B \-g +Edit the group quota. +.TP +.B \-p +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. +.TP +.B \-t +Edit the soft time limits for each filesystem. +If the time limits are zero, the default time limits in +.B +are used. +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. +.SH FILES +.PD 0 +.TP 20 +.B aquota.user or aquota.group +quota file at the filesystem root (version 2 quota, non-XFS filesystems) +.TP +.B quota.user or quota.group +quota file at the filesystem root (version 1 quota, non-XFS filesystems) +.TP +.B /etc/mtab +mounted filesystems +.PD +.SH SEE ALSO +.BR quota (1), +.BR vi (1), +.BR quotactl (2), +.BR quotacheck (8), +.BR quotaon (8), +.BR repquota (8) -- cgit v1.2.1