/etc/exports: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux <blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> :Linux_NFS_Configuration#Export_Options|NFS Config...")
 
No edit summary
Line 2: Line 2:


* [[Linux#Configuration|Linux]]
* [[Linux#Configuration|Linux]]
=Overview=
<tt>/etc/exports</tt> contains a table of local physical file systems on an NFS server that are accessible to NFS clients. The contents of the file are maintained by the server's system administrator. Each file system in this table has a list of options and an access control list.  The table is used by <tt>[[exportfs]]</tt> command.
=Example=
<pre>
</pre>
=Configuration Options=
See:


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Linux_NFS_Configuration#Export_Options|NFS Configuration - Export Options]]
:[[Linux_NFS_Configuration#Export_Options|NFS Configuration - Export Options]]
</blockquote>
</blockquote>

Revision as of 08:55, 21 August 2016

Internal

Overview

/etc/exports contains a table of local physical file systems on an NFS server that are accessible to NFS clients. The contents of the file are maintained by the server's system administrator. Each file system in this table has a list of options and an access control list. The table is used by exportfs command.

Example


Configuration Options

See:

NFS Configuration - Export Options