Skip to content

Commit

Permalink
Correct chown expression
Browse files Browse the repository at this point in the history
Co-authored-by: Yuvi Panda <[email protected]>
sgibson91 and yuvipanda authored Aug 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 140652c commit ac342e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/operate/manual-nfs-setup.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ This is because the VM will not have an external IP address and will therefore n

```bash
sudo chmod -R 0700 /export/
sudo chown -R 1000 /export/
sudo chown -R 1000:1000 /export/
```

4. Create the exports rule in the file `/etc/exports`

0 comments on commit ac342e7

Please sign in to comment.