Skip to content

Commit 7afeb99

Browse files
Merge pull request #3834 from ykla/patch-1
Fixed an error in the NFS server setup documentation.
2 parents 352e67d + fc59f89 commit 7afeb99

File tree

1 file changed

+1
-1
lines changed
  • documentation/asciidoc/computers/remote-access

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/remote-access/nfs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Grant `/export` and `/export/users` read, write, and execute permissions (`777`)
3636

3737
[source,console]
3838
----
39-
$ chmod -R 777 777 /export
39+
$ chmod -R 777 /export
4040
----
4141

4242
Next, mount the real `users` directory with:

0 commit comments

Comments
 (0)