4 .\" The contents of this file are subject to the terms of the
5 .\" Common Development and Distribution License (the "License").
6 .\" You may not use this file except in compliance with the License.
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 .\" or http://www.opensolaris.org/os/licensing.
10 .\" See the License for the specific language governing permissions
11 .\" and limitations under the License.
13 .\" When distributing Covered Code, include this CDDL HEADER in each
14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 .\" If applicable, add the following below this CDDL HEADER, with the
16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
21 .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
22 .\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
23 .\" Copyright (c) 2011, 2019 by Delphix. All rights reserved.
24 .\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
25 .\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
26 .\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
27 .\" Copyright (c) 2014 Integros [integros.com]
28 .\" Copyright 2019 Richard Laager. All rights reserved.
29 .\" Copyright 2018 Nexenta Systems, Inc.
30 .\" Copyright 2019 Joyent, Inc.
38 .Nd list properties of ZFS datasets
42 .Op Fl r Ns | Ns Fl d Ar depth
44 .Oo Fl o Ar property Ns Oo , Ns Ar property Oc Ns … Oc
45 .Oo Fl s Ar property Oc Ns …
46 .Oo Fl S Ar property Oc Ns …
47 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns … Oc
48 .Oo Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Oc Ns …
51 If specified, you can list property information by the absolute pathname or the
53 By default, all file systems and volumes are displayed.
54 Snapshots are displayed if the
65 options are specified.
66 The following fields are displayed:
67 .Sy name , Sy used , Sy available , Sy referenced , Sy mountpoint .
70 Used for scripting mode.
71 Do not print headers and separate fields by a single tab instead of arbitrary
76 option, but sorts by property in descending order.
78 Recursively display any children of the dataset, limiting the recursion to
84 will display only the dataset and its direct children.
86 A comma-separated list of properties to display.
90 One of the properties described in the
99 to display the dataset name
103 to display space usage properties on file systems and volumes.
104 This is a shortcut for specifying
105 .Fl o Ns \ \& Ns Sy name , Ns Sy avail , Ns Sy used , Ns Sy usedsnap , Ns
106 .Sy usedds , Ns Sy usedrefreserv , Ns Sy usedchild
107 .Fl t Sy filesystem , Ns Sy volume .
110 Display numbers in parsable
114 Recursively display any children of the dataset on the command line.
116 A property for sorting the output by column in ascending order based on the
117 value of the property.
118 The property must be one of the properties described in the
124 to sort by the dataset name.
125 Multiple properties can be specified at one time using multiple
130 options are evaluated from left to right in decreasing order of importance.
131 The following is a list of sorting criteria:
134 Numeric types sort in numeric order.
136 String types sort in alphabetical order.
138 Types inappropriate for a row sort that row to the literal bottom, regardless of
139 the specified ordering.
142 If no sorting options are specified the existing behavior of
146 A comma-separated list of types to display, where
155 For example, specifying
157 displays only snapshots.