~ubuntu-branches/ubuntu/precise/kde-l10n-engb/precise

« back to all changes in this revision

Viewing changes to docs/kde-runtime/kioslave/nfs/index.docbook

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 20:43:54 UTC
  • mfrom: (1.12.11)
  • Revision ID: package-import@ubuntu.com-20120124204354-4e9hba4x6tjpvtsg
Tags: 4:4.8.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 % British-English "INCLUDE"
 
6
> <!-- change language only here -->
 
7
]>
 
8
        
 
9
<article lang="&language;" id="nfs">
 
10
<title
 
11
>nfs</title>
 
12
<articleinfo>
 
13
<authorgroup>
 
14
<author
 
15
>&Lauri.Watts; &Lauri.Watts.mail;</author>
 
16
<othercredit role="translator"
 
17
><firstname
 
18
>Malcolm</firstname
 
19
><surname
 
20
>Hunter</surname
 
21
><affiliation
 
22
><address
 
23
><email
 
24
>malcolm.hunter@gmx.co.uk</email
 
25
></address
 
26
></affiliation
 
27
><contrib
 
28
>Conversion to British English</contrib
 
29
></othercredit
 
30
 
31
</authorgroup>
 
32
</articleinfo>
 
33
<para
 
34
>Sun's <acronym
 
35
>NFS</acronym
 
36
> protocol provides transparent remote access to shared file systems across networks. The <acronym
 
37
>NFS</acronym
 
38
> protocol is designed to be machine, operating system, network architecture, and transport protocol independent. This independence is achieved through the use of Remote Procedure Call (<acronym
 
39
>RPC</acronym
 
40
>) primitives built on top of an eXternal Data Representation (<acronym
 
41
>XDR</acronym
 
42
>). </para>
 
43
 
 
44
<para
 
45
>The supporting MOUNT protocol performs the operating system-specific functions that allow clients to attach remote folder trees to a point within the local file system. The mount process also allows the server to grant remote access privileges to a restricted set of clients via export control.</para>
 
46
 
 
47
<para
 
48
>The Lock Manager provides support for file locking when used in the <acronym
 
49
>NFS</acronym
 
50
> environment. The Network Lock Manager (<acronym
 
51
>NLM</acronym
 
52
>) protocol isolates the inherently stateful aspects of file locking into a separate protocol.</para>
 
53
 
 
54
<para
 
55
>Source: <ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm"
 
56
> http://www.networksorcery.com/enp/protocol/nfs.htm</ulink
 
57
> </para>
 
58
 
 
59
<para
 
60
>See the manual: <ulink url="man:/nfs"
 
61
>nfs</ulink
 
62
>. </para>
 
63
</article>