forked from server/user-documentation
Merge branch 'maartenl-maartenl-patch-1'
This commit is contained in:
commit
c52934f710
1 changed files with 4 additions and 1 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,6 +238,7 @@ Export the directory /srv/nfs/common with everyone, i.e. every network device an
|
|||
/srv/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
<<<<<<< HEAD
|
||||
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
|
||||
+
|
||||
|
|
@ -278,6 +279,8 @@ Export the directory /srv/nfs/projects with all users of a specific network devi
|
|||
/srv/nfs/common *(rw,sync)
|
||||
----
|
||||
|
||||
=======
|
||||
>>>>>>> maartenl-maartenl-patch-1
|
||||
==== 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