Typos in the NFS service page #174

Merged
pboy merged 2 commits from nfs_typo into main 2025-11-23 07:41:01 +00:00
Showing only changes of commit bed43e1fd8 - Show all commits

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

Emmanuel Seyman 2025-10-22 23:44:51 +02:00

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*