From 4b3729a50895aa9f636c7707b635b5fd131fd9e0 Mon Sep 17 00:00:00 2001 From: DatuX Date: Mon, 16 Oct 2023 11:12:37 +0200 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Manual.md b/Manual.md index 04be3ad..cfeb5ef 100644 --- a/Manual.md +++ b/Manual.md @@ -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) +