|
|
1.1 root 1: .\" Copyright (c) 1983, 1990 Regents of the University of California.
2: .\" All rights reserved.
3: .\"
4: .\" This code is derived from software contributed to Berkeley by
5: .\" Robert Elz at The University of Melbourne.
6: .\"
7: .\" Redistribution and use in source and binary forms are permitted provided
8: .\" that: (1) source distributions retain this entire copyright notice and
9: .\" comment, and (2) distributions including binaries display the following
10: .\" acknowledgement: ``This product includes software developed by the
11: .\" University of California, Berkeley and its contributors'' in the
12: .\" documentation or other materials provided with the distribution and in
13: .\" all advertising materials mentioning features or use of this software.
14: .\" Neither the name of the University nor the names of its contributors may
15: .\" be used to endorse or promote products derived from this software without
16: .\" specific prior written permission.
17: .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18: .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19: .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20: .\"
21: .\" @(#)quotaon.8 6.6 (Berkeley) 6/24/90
22: .\"
23: .TH QUOTAON 8 "June 24, 1990"
24: .UC 5
25: .SH NAME
26: quotaon, quotaoff \- turn filesystem quotas on and off
27: .SH SYNOPSIS
28: .B quotaon
29: [
30: .B \-g
31: ] [
32: .B \-u
33: ] [
34: .B \-v
35: ]
36: filesystem ...
37: .br
38: .B quotaon
39: [
40: .B \-g
41: ] [
42: .B \-u
43: ] [
44: .B \-v
45: ]
46: .B \-a
47: .br
48: .B quotaoff
49: [
50: .B \-g
51: ] [
52: .B \-u
53: ] [
54: .B \-v
55: ]
56: filesystem ...
57: .br
58: .B quotaoff
59: [
60: .B \-g
61: ] [
62: .B \-u
63: ] [
64: .B \-v
65: ]
66: .B \-a
67: .br
68: .SH DESCRIPTION
69: .I Quotaon
70: announces to the system that disk quotas should be enabled on one or more
71: filesystems.
72: The filesystems specified must have entries in
73: .I /etc/fstab
74: and be mounted.
75: .I Quotaon
76: expects each filesystem to have quota files named
77: .I quota.user
78: and
79: .I quota.group
80: which are located at the root of the associated file system.
81: These defaults may be overridden in
82: .I /etc/fstab .
83: By default both user and group quotas are enabled.
84: The optional \fI-g\fP flag specifies that only group quotas should be enabled.
85: The optional \fI-u\fP flag specifies that only user quotas should be enabled.
86: Specifying both \fI-g\fP and \fI-u\fP is equivalent to the default.
87: .PP
88: If the
89: .B \-a
90: flag is supplied in place of any filesystem names,
91: .I quotaon
92: will enable all the filesystems indicated in
93: .I /etc/fstab
94: to be read-write with disk quotas.
95: By default only the types of quotas listed in
96: .I /etc/fstab
97: are enabled.
98: The optional \fI-g\fP flag specifies that only group quotas listed in
99: .I /etc/fstab
100: should be enabled.
101: The optional \fI-u\fP flag specifies that only user quotas listed in
102: .I /etc/fstab
103: should be enabled.
104: Specifying both \fI-g\fP and \fI-u\fP is equivalent to the default.
105: .PP
106: .I Quotaoff
107: announces to the system that the specified filesystems should have
108: any disk quotas turned off.
109: If the
110: .B \-a
111: flag is supplied in place of any filesystem names,
112: .I quotaoff
113: will turn off quotas on all the filesystems indicated in
114: .I /etc/fstab
115: to be read-write with disk quotas.
116: The \fI-g\fP and \fI-u\fP flags work analogously with quotaon.
117: .PP
118: The \fI-v\fP flag causes
119: .I quotaon
120: and
121: .I quotaoff
122: to print a message for each filesystem where quotas are turned on or off.
123: .SH FILES
124: .DT
125: \fIquota.user\fP at the filesystem root with user quotas
126: .br
127: \fIquota.group\fP at the filesystem root with group quotas
128: .br
129: /etc/fstab filesystem table
130: .SH "SEE ALSO"
131: quota(1),
132: quotactl(2),
133: fstab(5),
134: edquota(8), quotacheck(8), repquota(8)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.