1
0
mirror of https://github.com/fruworg/fruworg.github.io.git synced 2025-07-01 23:43:59 +03:00
This commit is contained in:
root
2023-10-08 23:18:25 +03:00
parent a94c0c0a46
commit d9ca3f4de2
19 changed files with 35 additions and 35 deletions

@ -20,7 +20,7 @@ chmod 777 /nfs
### Разрешение сетевого доступа
В файл `/etc/exports` необходимо добавить следующую строку:
```sh
```config
/nfs <client-ip>(rw,sync,no_root_squash,no_subtree_check)
```