diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:04 -0600 |
commit | 1bb0c88762d6fd00d77382381c3e55477bbd1872 (patch) | |
tree | e4df854f212e8e7735e8249948b6b3ecb441fc2c /tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook | |
parent | 4cd567a4569676dd42e7d9b1c5aa99e19801b482 (diff) | |
download | tde-i18n-1bb0c88762d6fd00d77382381c3e55477bbd1872.tar.gz tde-i18n-1bb0c88762d6fd00d77382381c3e55477bbd1872.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook new file mode 100644 index 00000000000..c627b6d2629 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/nfs.docbook @@ -0,0 +1,55 @@ +<article lang="&language;" id="nfs"> +<title +>nfs</title> +<articleinfo> +<authorgroup> +<author +>&Lauri.Watts; &Lauri.Watts.mail;</author> +<othercredit role="translator" +><firstname +>Malcolm</firstname +><surname +>Hunter</surname +><affiliation +><address +><email +>malcolm.hunter@gmx.co.uk</email +></address +></affiliation +><contrib +>Conversion to British English</contrib +></othercredit +> +</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> |