replace the '-m' option with '-b'

This commit is contained in:
Emmanuel Seyman 2025-10-22 23:44:51 +02:00
commit bed43e1fd8

View file

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