replace the '-m' option with '-b'
This commit is contained in:
parent
9d056cb00e
commit
bed43e1fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue