Add content for the "Quotas over NFS" section

PR:		15898
Submitted by:	Nick Esborn <nick@flatlan.net>
This commit is contained in:
Jim Mock 2000-01-13 00:34:58 +00:00
parent f7a31f7822
commit 0024c24a8d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6370

View file

@ -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>