forked from server/user-documentation
Removed double examples
Example 2 t/m 6 were identical to example 1. Removed.
This commit is contained in:
parent
500a797f82
commit
0dcc1e92d5
1 changed files with 1 additions and 41 deletions
|
|
@ -228,7 +228,7 @@ You can use both options in parallel with the grand configuration file read in f
|
|||
|
||||
=== Configuration by example
|
||||
|
||||
Example 1::
|
||||
Example ::
|
||||
Export the directory /srv/nfs/common with everyone, i.e. every network device and every user, can access with Read/Write and Synchronize access
|
||||
+
|
||||
[source,]
|
||||
|
|
@ -238,46 +238,6 @@ Export the directory /srv/nfs/common with everyone, i.e. every network device an
|
|||
/etc/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
Example 2::
|
||||
Export the directory /srv/nfs/common with everyone, i.e. every network device and every user, can access with Read/Write and Synchronize access
|
||||
+
|
||||
[source,]
|
||||
----
|
||||
[…]$ sudo vi /etc/exports.d/common.exports
|
||||
<i(nsert)>
|
||||
/etc/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
Example 3::
|
||||
Export the directory /srv/nfs/common with everyone, i.e. every network device and every user, can access with Read/Write and Synchronize access
|
||||
+
|
||||
[source,]
|
||||
----
|
||||
[…]$ sudo vi /etc/exports.d/common.exports
|
||||
<i(nsert)>
|
||||
/etc/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
Example 4::
|
||||
Export the directory /srv/nfs/common with everyone, i.e. every network device and every user, can access with Read/Write and Synchronize access
|
||||
+
|
||||
[source,]
|
||||
----
|
||||
[…]$ sudo vi /etc/exports.d/common.exports
|
||||
<i(nsert)>
|
||||
/etc/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
Example 6::
|
||||
Export the directory /srv/nfs/projects with all users of a specific network device with Read/Write and Synchronize access
|
||||
+
|
||||
[source,]
|
||||
----
|
||||
[…]$ sudo vi /etc/exports.d/projects.exports
|
||||
<i(nsert)>
|
||||
/etc/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
==== Connection options
|
||||
|
||||
Each default for every exported file system must be explicitly overridden. For example, if the rw option is not specified, then the exported file system is shared as read-only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue