diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2025-04-20 11:56:32 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2025-04-20 11:56:32 +0000 |
commit | 485fb5a53ea46c5c3154c1945bebf11d2468a04c (patch) | |
tree | 633fbd4fc9cac43251d3fbcf5a2e4614e71f1921 | |
parent | 135885d5c330d9123c68c1cc00152e83ceb2ac7b (diff) |
-rw-r--r-- | documentation/content/en/books/handbook/zfs/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc index f8fed3f275..a4915c24cd 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -2286,7 +2286,7 @@ Change the configuration as follows: * Security reasons prevent `root` from logging in by default. * Use the crossref:zfs[zfs-zfs-allow,ZFS Delegation] system to allow a non-`root` user on each system to perform the respective send and receive operations. On the sending system: -+ + [source,shell] .... # zfs allow -u someuser send,snapshot mypool @@ -2295,7 +2295,7 @@ On the sending system: * To mount the pool, the unprivileged user must own the directory, and regular users need permission to mount file systems. On the receiving system: -+ + [source,shell] .... # sysctl vfs.usermount=1 |