From bed43e1fd80c6bd8eac81df937aad437c54eb8dd Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Wed, 22 Oct 2025 23:44:51 +0200 Subject: [PATCH] replace the '-m' option with '-b' --- modules/ROOT/pages/services/filesharing-nfs-installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*