add more spacing
[personal-kdebase.git] / runtime / doc / kioslave / nfs / index.docbook
blobf0c8799ba8abc6e879cb23164449c56a5b2347b1
1 <?xml version="1.0" ?>
2 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
3 "dtd/kdex.dtd" [
4 <!ENTITY % addindex "IGNORE">
5 <!ENTITY % English "INCLUDE" > <!-- change language only here -->
6 ]>
8 <article lang="&language;" id="nfs">
9 <title>nfs</title>
10 <articleinfo>
11 <authorgroup>
12 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
13 <!-- TRANS:ROLES_OF_TRANSLATORS -->
14 </authorgroup>
15 </articleinfo>
16 <para>
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>).
23 </para>
25 <para>
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
30 control.</para>
32 <para>
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>
38 <para>
39 Source:
40 <ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm">
41 http://www.networksorcery.com/enp/protocol/nfs.htm</ulink>
42 </para>
44 <para> See the manual: <ulink url="man:/nfs">nfs</ulink>.
45 </para>
46 </article>