Merge branch 'maartenl-maartenl-patch-1'

This commit is contained in:
Jocelyn 2026-06-29 18:32:07 -04:00
commit c52934f710

View file

@ -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.