Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nfs_biod(2nfs) [ultrix man page]

nfs_svc(2nfs)															     nfs_svc(2nfs)

Name
       nfs_svc, nfs_biod - invoke NFS daemons

Syntax
       nfs_svc(sock)
       int sock;

       void nfs_biod()

Description
       The system call starts an NFS daemon listening on the socket referenced by the file descriptor sock.  The socket must be an AF_INET address
       format, and a SOCK_DGRAM socket type (protocol UDP/IP). This system call is used by

       If the process is killed, the system call returns the diagnostic EINTR.

       The implements the NFS daemon that handles asynchronous I/O for an NFS client.  This system call is used by Unlike this	system	call  does
       not return any diagnostics if the process is killed.

Diagnostics
       [EINTR]	      The NFS daemon, process was killed.

See Also
       socket(2), biod(8nfs), nfsd(8nfs)

																     nfs_svc(2nfs)

Check Out this Related Man Page

mountd(8nfs)															      mountd(8nfs)

Name
       mountd - NFS mount request daemon

Syntax
       /etc/mountd [-i] [-d] [-s]

Description
       The daemon must be run on NFS servers to process NFS mount protocol requests.  It reads the file to determine which file systems and direc-
       tories are available to which machines and users, and makes this information available to the operating system.	The machine  names  listed
       in  the	file may optionally contain the local BIND domain name.  For more information on BIND, see the Guide to the BIND/Hesiod Service To
       see which clients have file systems or directories mounted, use the command.

Options
       -d If you are running the BIND/Hesiod service, after checking the Internet address, will verify that the host requesting a mount or unmount
	  is in the server's domain.

       -i Turns  on  verification  of the Internet address of the client against the server's database for mounts and unmounts.  The default is no
	  address verification.

       -s If you are running the BIND/Hesiod service, after checking the Internet address, will verify that the host requesting a mount or unmount
	  is in the server's subdomain.

See Also
       exports(5nfs), mount(8nfs), nfsd(8nfs), showmount(8nfs)
       Guide to the BIND/Hesiod Service

																      mountd(8nfs)
Man Page