aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/books
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-01-13 00:34:58 +0000
committerJim Mock <jim@FreeBSD.org>2000-01-13 00:34:58 +0000
commit0024c24a8d8a8507a112e688f69a0a7b5eceaf6e (patch)
tree7aa032318b96356fa97cd6a89a52d5c27d562161 /en_US.ISO_8859-1/books
parentf7a31f78226250729d6b9e8da11157ea5e7574cd (diff)
downloaddoc-0024c24a8d8a8507a112e688f69a0a7b5eceaf6e.tar.gz
doc-0024c24a8d8a8507a112e688f69a0a7b5eceaf6e.zip
Add content for the "Quotas over NFS" section
PR: 15898 Submitted by: Nick Esborn <nick@flatlan.net>
Notes
Notes: svn path=/head/; revision=6370
Diffstat (limited to 'en_US.ISO_8859-1/books')
-rw-r--r--en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml20
1 files changed, 17 insertions, 3 deletions
diff --git a/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml b/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml
index 170c8af567..9176b9e855 100644
--- a/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml
+++ b/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml,v 1.12 1999/09/06 18:38:44 chris Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml,v 1.13 1999/11/07 01:54:54 chris Exp $
-->
<chapter id="quotas">
@@ -222,9 +222,23 @@ Disk quotas for user test (uid 1002):
</sect1>
<sect1>
- <title>* Quotas over NFS</title>
+ <title>Quotas over NFS</title>
- <para>This section is still under development.</para>
+ <para>Quotas are enforced by the quota subsystem on the NFS server.
+ The <command>rpc.rquotad(8)</command> daemon makes quota
+ information available to the <command>quota(1)</command> command
+ on NFS clients, allowing users on those machines to see their quota
+ statistics.</para>
+
+ <para>Enable <command>rpc.rquotad</command> in
+ <filename>/etc/inetd.conf</filename> like so:</para>
+
+ <programlisting>
+rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad</programlisting>
+
+ <para>Now restart <command>inetd</command>:</para>
+
+ <screen>&prompt.root; <userinput>kill -HUP `cat /var/run/inetd.pid`</userinput></screen>
</sect1>
</chapter>