summaryrefslogtreecommitdiff
path: root/doc/quotaon(8).html
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-03-23 12:03:26 +0000
committerjkar8572 <jkar8572>2001-03-23 12:03:26 +0000
commit869fe242340fefe0540fdcf51698ba4c3c8c07bb (patch)
tree950fa3f5997c1e8ee68c0f17d4eaf17abef64f34 /doc/quotaon(8).html
Initial revision
Diffstat (limited to 'doc/quotaon(8).html')
-rw-r--r--doc/quotaon(8).html80
1 files changed, 80 insertions, 0 deletions
diff --git a/doc/quotaon(8).html b/doc/quotaon(8).html
new file mode 100644
index 0000000..f384c24
--- /dev/null
+++ b/doc/quotaon(8).html
@@ -0,0 +1,80 @@
+<HTML>
+<HEAD>
+<TITLE>quotaon(8) manualpage</TITLE>
+<!-- OWNER_NAME="Marco van Wieringen, OpenWorld System Management" -->
+<!-- OWNER_INFO="The OpenWorld Foundation, The Netherlands" -->
+<LINK REV=MADE HREF="mailto:mvw@planets.elm.net">
+</HEAD>
+<BODY>
+<H1>NAME</H1>
+quotaon, quotaoff - turn file system quotas on and off
+<H1>SYNOPSIS</H1>
+<B>quotaon</B>
+[
+<B>-vug</B>
+]
+<B>filesystem</B>
+<BR>
+<B>quotaon</B>
+[
+<B>-avug</B>
+]
+<P>
+<B>quotaoff</B>
+[
+<B>-vug</B>
+]
+<B>filesystem</B>
+<BR>
+<B>quotaoff</B>
+[
+<B>-avug</B>
+]
+<H1>DESCRIPTION</H1>
+<B>quotaon</B>
+announces to the system that disk quotas should be enabled on one or
+more file systems. The file system quota files must be present in the root
+directory of the specified file system and be named
+<B>quota.user</B>
+for userquota or
+<B>quota.group</B>
+for groupquota.
+<P>
+<B>quotaoff</B>
+announces to the system that file systems specified should have any disk quotas turned off.
+<H1>OPTIONS</H1>
+<UL>
+<LI>
+<B>-a</B>
+<BR>
+All file systems in
+<B>/etc/fstab</B>
+marked read-write with quotas will have their quotas turned on. This is normally used at
+boot time to enable quotas.
+<LI>
+<B>-v</B>
+<BR>
+Display a message for each file system where quotas are turned on.
+<LI>
+<B>-u</B>
+<BR>
+Manupulate user quotas. This is the default.
+<LI>
+<B>-g</B>
+<BR>
+Manupulate group quotas.
+</UL>
+<H1>FILES</H1>
+<B>quota.user</B>
+ : located at the filesystem root with user quotas
+<BR>
+<B>quota.group</B>
+ : located at the filesystem root with group quotas
+<BR>
+<B>/etc/fstab</B>
+ : to find filesystem names and locations
+<H1>SEE ALSO</H1>
+<A HREF="quotactl(2).html">quotactl (2)</A>,
+<A HREF="fstab(5).html">fstab (5)</A>
+</BODY>
+</HTML>