11a3e5dd7SThomas Graichen.\" 21a3e5dd7SThomas Graichen.\" Copyright (c) 1994 Theo de Raadt 31a3e5dd7SThomas Graichen.\" All rights reserved. 41a3e5dd7SThomas Graichen.\" 51a3e5dd7SThomas Graichen.\" Redistribution and use in source and binary forms, with or without 61a3e5dd7SThomas Graichen.\" modification, are permitted provided that the following conditions 71a3e5dd7SThomas Graichen.\" are met: 81a3e5dd7SThomas Graichen.\" 1. Redistributions of source code must retain the above copyright 91a3e5dd7SThomas Graichen.\" notice, this list of conditions and the following disclaimer. 101a3e5dd7SThomas Graichen.\" 2. Redistributions in binary form must reproduce the above copyright 111a3e5dd7SThomas Graichen.\" notice, this list of conditions and the following disclaimer in the 121a3e5dd7SThomas Graichen.\" documentation and/or other materials provided with the distribution. 131a3e5dd7SThomas Graichen.\" 3. All advertising materials mentioning features or use of this software 141a3e5dd7SThomas Graichen.\" must display the following acknowledgement: 151a3e5dd7SThomas Graichen.\" This product includes software developed by Theo de Raadt. 161a3e5dd7SThomas Graichen.\" 4. The name of the author may not be used to endorse or promote products 171a3e5dd7SThomas Graichen.\" derived from this software without specific prior written permission. 181a3e5dd7SThomas Graichen.\" 191a3e5dd7SThomas Graichen.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 201a3e5dd7SThomas Graichen.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 211a3e5dd7SThomas Graichen.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 221a3e5dd7SThomas Graichen.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 231a3e5dd7SThomas Graichen.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 241a3e5dd7SThomas Graichen.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 251a3e5dd7SThomas Graichen.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 261a3e5dd7SThomas Graichen.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 271a3e5dd7SThomas Graichen.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 281a3e5dd7SThomas Graichen.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 291a3e5dd7SThomas Graichen.\" 307f3dea24SPeter Wemm.\" $FreeBSD$ 311a3e5dd7SThomas Graichen.\" 321a3e5dd7SThomas Graichen.Dd June 22, 1994 331a3e5dd7SThomas Graichen.Dt RPC.RQUOTAD 8 341a3e5dd7SThomas Graichen.Os BSD 4.3 351a3e5dd7SThomas Graichen.Sh NAME 361a3e5dd7SThomas Graichen.Nm rpc.rquotad 371a3e5dd7SThomas Graichen.Nd remote quota server 381a3e5dd7SThomas Graichen.Sh SYNOPSIS 391a3e5dd7SThomas Graichen.Nm /usr/libexec/rpc.rquotad 401a3e5dd7SThomas Graichen.Sh DESCRIPTION 419ce3627bSPhilippe Charnier.Nm Rpc.rquotad 421a3e5dd7SThomas Graichenis a 431a3e5dd7SThomas Graichen.Xr rpc 3 441a3e5dd7SThomas Graichenserver which returns quotas for a user of a local filesystem 451a3e5dd7SThomas Graichenwhich is NFS-mounted onto a remote machine. 469ce3627bSPhilippe Charnier.Xr Quota 1 471a3e5dd7SThomas Graichenuses the results to display user quotas for remote filesystems. 489ce3627bSPhilippe Charnier.Nm Rpc.rquotad 491a3e5dd7SThomas Graichenis normally invoked by 501a3e5dd7SThomas Graichen.Xr inetd 8 . 511a3e5dd7SThomas Graichen.Pp 529ce3627bSPhilippe Charnier.Nm Rpc.rquotad 539ce3627bSPhilippe Charnieruses an 549ce3627bSPhilippe Charnier.Tn RPC 559ce3627bSPhilippe Charnierprotocol defined in 561a3e5dd7SThomas Graichen.Pa /usr/include/rpcsvc/rquota.x . 571a3e5dd7SThomas Graichen.Sh BUGS 58b225fe27SMike Pritchard.Bx 4.4 59b225fe27SMike Pritchardand 60bb2c7cbbSMike Pritchard.Fx 61b225fe27SMike Pritchardsupport group quotas but the rquota protocol does not. 621a3e5dd7SThomas Graichen.Sh SEE ALSO 631a3e5dd7SThomas Graichen.Xr quota 1 64