Lines Matching +full:display +full:- +full:depth

1 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
34 .Dt ZFS-SET 8
38 .Nm zfs-set
48 .Op Fl r Ns | Ns Fl d Ar depth
50 .Op Fl j Op Ar --json-int
62 .Bl -tag -width ""
75 Numeric values can be specified as exact values, or in a human-readable form
86 .Bl -tag -width "-u"
94 .Op Fl r Ns | Ns Fl d Ar depth
96 .Op Fl j Op Ar --json-int
107 .Bl -tag -compact -offset 4n -width "property"
116 .Sy local , default , inherited , temporary , received , No or Sy - Pq none .
122 This command takes a comma-separated list of properties as described in the
131 can be used to display all properties that apply to the given dataset's type
133 .Bl -tag -width "-s source"
134 .It Fl j , -json Op Ar --json-int
135 Display the output in JSON format.
137 .Sy --json-int
138 to display numbers in integer format instead of strings for JSON output.
140 Display output in a form more easily parsed by scripts.
143 .It Fl d Ar depth
144 Recursively display any children of the dataset, limiting the recursion to
145 .Ar depth .
146 A depth of
148 will display only the dataset and its direct children.
150 A comma-separated list of columns to display, defaults to
153 Display numbers in parsable
157 Recursively display properties for any children.
159 A comma-separated list of sources to display.
165 A comma-separated list of types to display, where
193 .Bl -tag -width "-r"
198 otherwise, for non-inheritable properties, to the default;
241 .Bd -literal -compact -offset Ds
244 pool/home/bob type filesystem -
245 pool/home/bob creation Tue Jul 21 15:53 2009 -
246 pool/home/bob used 21K -
247 pool/home/bob available 20.0G -
248 pool/home/bob referenced 21K -
249 pool/home/bob compressratio 1.00x -
250 pool/home/bob mounted yes -
271 pool/home/bob version 4 -
272 pool/home/bob utf8only off -
273 pool/home/bob normalization none -
274 pool/home/bob casesensitivity sensitive -
282 pool/home/bob usedbysnapshots 0 -
283 pool/home/bob usedbydataset 21K -
284 pool/home/bob usedbychildren 0 -
285 pool/home/bob usedbyrefreservation 0 -
289 .Bd -literal -compact -offset Ds
295 .Bd -literal -compact -offset Ds
314 "data": "-"
329 "data": "-"
340 .Bd -literal -compact -offset Ds
356 The following example sets the user-defined
364 property options to enable read-write
373 specify the fully-qualified hostname.
377 .Xr zfs-list 8