diff options
Diffstat (limited to 'doc/tdeioslave/nfs')
-rw-r--r-- | doc/tdeioslave/nfs/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/nfs/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tdeioslave/nfs/index.docbook | 45 |
3 files changed, 56 insertions, 0 deletions
diff --git a/doc/tdeioslave/nfs/CMakeLists.txt b/doc/tdeioslave/nfs/CMakeLists.txt new file mode 100644 index 000000000..f73b233b4 --- /dev/null +++ b/doc/tdeioslave/nfs/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/nfs ) diff --git a/doc/tdeioslave/nfs/Makefile.am b/doc/tdeioslave/nfs/Makefile.am new file mode 100644 index 000000000..01ceb61fa --- /dev/null +++ b/doc/tdeioslave/nfs/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/nfs diff --git a/doc/tdeioslave/nfs/index.docbook b/doc/tdeioslave/nfs/index.docbook new file mode 100644 index 000000000..3c97237ab --- /dev/null +++ b/doc/tdeioslave/nfs/index.docbook @@ -0,0 +1,45 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;" id="nfs"> +<title>nfs</title> +<articleinfo> +<authorgroup> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> +</articleinfo> +<para> +Sun's <acronym>NFS</acronym> protocol provides transparent remote access to +shared file systems across networks. The <acronym>NFS</acronym> 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>RPC</acronym>) primitives built on +top of an eXternal Data Representation (<acronym>XDR</acronym>). +</para> + +<para> +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> + +<para> +The Lock Manager provides support for file locking when used in the +<acronym>NFS</acronym> environment. The Network Lock Manager +(<acronym>NLM</acronym>) protocol isolates the inherently stateful aspects +of file locking into a separate protocol.</para> + +<para> +Source: +<ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm"> +http://www.networksorcery.com/enp/protocol/nfs.htm</ulink> +</para> + +<para> See the manual: <ulink url="man:/nfs">nfs</ulink>. +</para> +</article> |