Developer's Daily Unix by Example
  main | java | perl | unix | dev directory | web log
 
 
Main
Unix
Man Pages
   

RQUOTAD

NAME
SYNOPSIS
DESCRIPTION
TCP_WRAPPERS SUPPORT
FILES
SEE ALSO

NAME

rquotad, rpc.rquotad ? remote quota server

SYNOPSIS

/usr/etc/rpc.rquotad

DESCRIPTION

rquotad is an rpc(3N) server which returns quotas for a user of a local file system which is mounted by a remote machine over the NFS . The results are used by quota(1) to display user quotas for remote file systems.

The rquotad daemon is normally started at boottime from the rc.net script (on systems with BSD’ish scripts, e.g. Slackware), or from the nfs script in /etc/rc.d/init.d/ or /etc/init.d/ (on systems with SysV’ish scripts, e.g. RedHat, SuSE, etc).

TCP_WRAPPERS SUPPORT

This rpc.rquotad version is protected by the tcp_wrapper library. You have to give the clients access to rpc.rquotad if they should be allowed to use it. To allow connects from clients of the .bar.com domain you could use the following line in /etc/hosts.allow:

mountd: .bar.com

You have to use the daemon name rquotad for the daemon name (even if the binary has a different name). For the client names you can only use the keyword ALL or IP addresses (NOT host or domain names).

For further information please have a look at the tcpd(8), hosts_allow(5) and hosts_access(5) manual pages.

FILES

quota.user, quota.group -- quota files locate in the file system’s root

SEE ALSO

quota(8), rpc(3N), nfs(5), services(5) inetd(8),


copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.