Updated Manual (markdown)

DatuX
2023-10-16 11:12:37 +02:00
parent 23bb0df715
commit 4b3729a508

@ -197,3 +197,8 @@ On the receiving side, you will need the compression, mountpoint, create, mount,
```console
root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool
```
### /dev/zfs permissions
On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)