Make NFS share readonly
This commit is contained in:
parent
7bccc0b7ef
commit
f760a9e002
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ in
|
|||
public = {
|
||||
path = sharePath;
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
"read only" = "yes";
|
||||
"guest ok" = "yes";
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue