diff --git a/modules/ROOT/pages/services/filesharing-nfs-installation.adoc b/modules/ROOT/pages/services/filesharing-nfs-installation.adoc index a2be7ba..f50d0c9 100644 --- a/modules/ROOT/pages/services/filesharing-nfs-installation.adoc +++ b/modules/ROOT/pages/services/filesharing-nfs-installation.adoc @@ -73,7 +73,7 @@ As already stated, nfs does not provide user authentication. A common way is to + [source,] ---- -[…]$ sudo adduser -c 'nfs pseudo user' -m /nonexisting -M -r -s /sbin/nologin nfs +[…]$ sudo adduser -c 'nfs pseudo user' -b /nonexisting -M -r -s /sbin/nologin nfs ---- 3. *Create and mount the required Logical Volumes*