2 <!DOCTYPE article PUBLIC
"-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4 <!ENTITY % addindex
"IGNORE">
5 <!ENTITY % English
"INCLUDE" > <!-- change language only here -->
8 <article lang=
"&language;" id=
"nfs">
12 <author>&Lauri.Watts; &Lauri.Watts.mail;
</author>
13 <!-- TRANS:ROLES_OF_TRANSLATORS -->
17 Sun's
<acronym>NFS
</acronym> protocol provides transparent remote access to
18 shared file systems across networks. The
<acronym>NFS
</acronym> protocol is
19 designed to be machine, operating system, network architecture, and
20 transport protocol independent. This independence is achieved through the
21 use of Remote Procedure Call (
<acronym>RPC
</acronym>) primitives built on
22 top of an eXternal Data Representation (
<acronym>XDR
</acronym>).
26 The supporting MOUNT protocol performs the operating system-specific
27 functions that allow clients to attach remote folder trees to a point
28 within the local file system. The mount process also allows the server to
29 grant remote access privileges to a restricted set of clients via export
33 The Lock Manager provides support for file locking when used in the
34 <acronym>NFS
</acronym> environment. The Network Lock Manager
35 (
<acronym>NLM
</acronym>) protocol isolates the inherently stateful aspects
36 of file locking into a separate protocol.
</para>
40 <ulink url=
"http://www.networksorcery.com/enp/protocol/nfs.htm">
41 http://www.networksorcery.com/enp/protocol/nfs.htm
</ulink>
44 <para> See the manual:
<ulink url=
"man:/nfs">nfs
</ulink>.