ultrix man page for nfs_svc

Query: nfs_svc

OS: ultrix

Section: 2nfs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
rmtab(5nfs) - ultrix
mount(2nfs) - ultrix
nfsconfig(8) - osf1
nfsiod(8) - osf1
mountd(8) - osx
Similar Topics in the Unix Linux Community
[Solved] Need help with HP-UX 11.31 LVM!