1757
1758 The receive can be resumed with a stream generated by zfs send -t
1759 token, where the token is the value of the receive_resume_token
1760 property of the filesystem or volume which is received into.
1761
1762 To use this flag, the storage pool must have the extensible_dataset
1763 feature enabled. See zpool-features(5) for details on ZFS feature
1764 flags.
1765
1766 zfs receive -A filesystem|volume
1767 Abort an interrupted zfs receive -s, deleting its saved partially
1768 received state.
1769
1770 zfs allow filesystem|volume
1771 Displays permissions that have been delegated on the specified
1772 filesystem or volume. See the other forms of zfs allow for more
1773 information.
1774
1775 zfs allow [-dglu] user|group[,user|group]...
1776 perm|@setname[,perm|@setname]... filesystem|volume
1777 zfs
1778 allow
1779 [-dl]
1780 -e|everyone
1781 perm|@setname[,perm|@setname]...
1782 filesystem|volume
1783 Delegates ZFS administration permission for the file systems to non-
1784 privileged users.
1785
1786 -d Allow only for the descendent file systems.
1787
1788 -e|everyone
1789 Specifies that the permissions be delegated to everyone.
1790
1791 -g group[,group]...
1792 Explicitly specify that permissions are delegated to the group.
1793
1794 -l Allow "locally" only for the specified file system.
1795
1796 -u user[,user]...
1797 Explicitly specify that permissions are delegated to the user.
1798
1799 user|group[,user|group]...
1800 Specifies to whom the permissions are delegated. Multiple entities
1801 can be specified as a comma-separated list. If neither of the -gu
1883 volblocksize property
1884 volsize property
1885 vscan property
1886 xattr property
1887 zoned property
1888
1889 zfs allow -c perm|@setname[,perm|@setname]... filesystem|volume
1890 Sets "create time" permissions. These permissions are granted
1891 (locally) to the creator of any newly-created descendent file system.
1892
1893 zfs allow -s @setname perm|@setname[,perm|@setname]... filesystem|volume
1894 Defines or adds permissions to a permission set. The set can be used
1895 by other zfs allow commands for the specified file system and its
1896 descendents. Sets are evaluated dynamically, so changes to a set are
1897 immediately reflected. Permission sets follow the same naming
1898 restrictions as ZFS file systems, but the name must begin with @, and
1899 can be no more than 64 characters long.
1900
1901 zfs unallow [-dglru] user|group[,user|group]...
1902 [perm|@setname[,perm|@setname]...] filesystem|volume
1903 zfs unallow [-dlr] -e|everyone [perm|@setname[,perm|@setname]...]
1904 filesystem|volume
1905 zfs
1906 unallow
1907 [-r]
1908 -c
1909 [perm|@setname[,perm|@setname]...]
1910 filesystem|volume
1911 Removes permissions that were granted with the zfs allow command. No
1912 permissions are explicitly denied, so other permissions granted are
1913 still in effect. For example, if the permission is granted by an
1914 ancestor. If no permissions are specified, then all permissions for
1915 the specified user, group, or everyone are removed. Specifying
1916 everyone (or using the -e option) only removes the permissions that
1917 were granted to everyone, not all permissions for every user and group.
1918 See the zfs allow command for a description of the -ldugec options.
1919
1920 -r Recursively remove the permissions from this file system and all
1921 descendents.
1922
1923 zfs unallow [-r] -s @setname [perm|@setname[,perm|@setname]...]
1924 filesystem|volume
1925 Removes permissions from a permission set. If no permissions are
1926 specified, then all permissions are removed, thus removing the set
1927 entirely.
1928
1929 zfs hold [-r] tag snapshot...
1930 Adds a single reference, named with the tag argument, to the specified
|
1757
1758 The receive can be resumed with a stream generated by zfs send -t
1759 token, where the token is the value of the receive_resume_token
1760 property of the filesystem or volume which is received into.
1761
1762 To use this flag, the storage pool must have the extensible_dataset
1763 feature enabled. See zpool-features(5) for details on ZFS feature
1764 flags.
1765
1766 zfs receive -A filesystem|volume
1767 Abort an interrupted zfs receive -s, deleting its saved partially
1768 received state.
1769
1770 zfs allow filesystem|volume
1771 Displays permissions that have been delegated on the specified
1772 filesystem or volume. See the other forms of zfs allow for more
1773 information.
1774
1775 zfs allow [-dglu] user|group[,user|group]...
1776 perm|@setname[,perm|@setname]... filesystem|volume
1777
1778 zfs allow [-dl] -e|everyone perm|@setname[,perm|@setname]...
1779 filesystem|volume
1780 Delegates ZFS administration permission for the file systems to non-
1781 privileged users.
1782
1783 -d Allow only for the descendent file systems.
1784
1785 -e|everyone
1786 Specifies that the permissions be delegated to everyone.
1787
1788 -g group[,group]...
1789 Explicitly specify that permissions are delegated to the group.
1790
1791 -l Allow "locally" only for the specified file system.
1792
1793 -u user[,user]...
1794 Explicitly specify that permissions are delegated to the user.
1795
1796 user|group[,user|group]...
1797 Specifies to whom the permissions are delegated. Multiple entities
1798 can be specified as a comma-separated list. If neither of the -gu
1880 volblocksize property
1881 volsize property
1882 vscan property
1883 xattr property
1884 zoned property
1885
1886 zfs allow -c perm|@setname[,perm|@setname]... filesystem|volume
1887 Sets "create time" permissions. These permissions are granted
1888 (locally) to the creator of any newly-created descendent file system.
1889
1890 zfs allow -s @setname perm|@setname[,perm|@setname]... filesystem|volume
1891 Defines or adds permissions to a permission set. The set can be used
1892 by other zfs allow commands for the specified file system and its
1893 descendents. Sets are evaluated dynamically, so changes to a set are
1894 immediately reflected. Permission sets follow the same naming
1895 restrictions as ZFS file systems, but the name must begin with @, and
1896 can be no more than 64 characters long.
1897
1898 zfs unallow [-dglru] user|group[,user|group]...
1899 [perm|@setname[,perm|@setname]...] filesystem|volume
1900
1901 zfs unallow [-dlr] -e|everyone [perm|@setname[,perm|@setname]...]
1902 filesystem|volume
1903
1904 zfs unallow [-r] -c [perm|@setname[,perm|@setname]...] filesystem|volume
1905 Removes permissions that were granted with the zfs allow command. No
1906 permissions are explicitly denied, so other permissions granted are
1907 still in effect. For example, if the permission is granted by an
1908 ancestor. If no permissions are specified, then all permissions for
1909 the specified user, group, or everyone are removed. Specifying
1910 everyone (or using the -e option) only removes the permissions that
1911 were granted to everyone, not all permissions for every user and group.
1912 See the zfs allow command for a description of the -ldugec options.
1913
1914 -r Recursively remove the permissions from this file system and all
1915 descendents.
1916
1917 zfs unallow [-r] -s @setname [perm|@setname[,perm|@setname]...]
1918 filesystem|volume
1919 Removes permissions from a permission set. If no permissions are
1920 specified, then all permissions are removed, thus removing the set
1921 entirely.
1922
1923 zfs hold [-r] tag snapshot...
1924 Adds a single reference, named with the tag argument, to the specified
|