How do I recursively display all descendents of a zfs dataset in solaris?



  • # zfs list -r <pool_name>
    
    # zfs list -r test_pool
    NAME                  USED  AVAIL  REFER  MOUNTPOINT
    test_pool             220K  1.95G    21K  /test_pool
    test_pool/export       18K  1.95G    18K  /export/zfs
    test_pool/fs1          38K  1.95G    20K  /test_pool/fs1
    test_pool/fs1/admin    18K  1.95G    18K  /test_pool/fs1/admin
    test_pool/fs2          18K  1.95G    18K  /test_pool/fs2
    


© Lightnetics 2024